Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/storage/framework/views/4df3c76a88a761fbefcc92912fc57c6e.php
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" href="<?php echo e(asset('/css/main.css')); ?>"> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>" /> <title>SOMNI - Tenant Registration</title> </head> <body> <section class="lanlord-register-main"> <div class="container-fluid h-100 p-0"> <div class="row g-0 h-100"> <div class="col ld-reg-left"> <div class="ld-logo"> <img src="<?php echo e(asset('/images/nav-logo.svg')); ?>" alt="" class="img-fluid"> </div> <div class="steps-count show-mob"> <p class="stp-count"></p> </div> <div class="row h-100 justify-content-center align-items-center"> <div class="col-md-9"> <form action="<?php echo e(route('signup.tenant')); ?>" method="post" id="tenant-register-form"> <?php echo csrf_field(); ?> <div class="step" data-step="1"> <div class="create-head"> <h3>Let’s create your account</h3> <p>Create your account now for seamless property management.</p> </div> <?php if($errors->any()): ?> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <label class="row justify-content-center custom_error"><?php echo e($error); ?></label> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <?php if(Session::has('error')): ?> <label class="row justify-content-center custom_error"><?php echo e(Session::get('error')); ?></label> <?php endif; ?> <div class="login-fields"> <label for="">Email<span>*</span></label> <input type="email" placeholder="Enter email address" name="email" id="email" required> <span class="text-danger" id="email-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">Password<span>*</span></label> <input type="password" class="password-field" placeholder="Create a password" name="password" id="password" required> <span class="text-danger" id="password-error" style="display: none;"></span> <div class="eye-pass"> <svg class="password-toggle" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"> <path class="eye-icon" fill-rule="evenodd" clip-rule="evenodd" d="M6.8883 11.4988C6.8883 8.95726 8.9556 6.8891 11.4999 6.8891C14.0416 6.8891 16.1088 8.95721 16.1088 11.4988C16.1088 14.041 14.0416 16.1083 11.4999 16.1083C8.95556 16.1083 6.8883 14.041 6.8883 11.4988ZM1.28138 11.0591C1.12235 11.3467 1.12235 11.651 1.28138 11.9389C3.34594 15.6463 7.26115 17.9494 11.4999 17.9494C15.7359 17.9494 19.6512 15.6463 21.7158 11.9389C21.8775 11.651 21.8775 11.3467 21.7158 11.0591C19.6512 7.35166 15.736 5.04883 11.4999 5.04883C7.26115 5.04883 3.34594 7.35166 1.28138 11.0591ZM11.4999 8.39982C9.78909 8.39982 8.39898 9.78988 8.39898 11.4988C8.39898 13.2078 9.78904 14.5979 11.4999 14.5979C13.208 14.5979 14.5981 13.2078 14.5981 11.4988C14.5981 9.78988 13.208 8.39982 11.4999 8.39982Z" fill="#3155F4" /> </svg> </div> </div> <div class="login-fields"> <label for="">Confirm Password<span>*</span></label> <input type="password" class="password-field" placeholder="Re-type password" name="password_confirmation" id="confirmPassword" required> <div class="eye-pass"> <svg class="password-toggle" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"> <path class="eye-icon" fill-rule="evenodd" clip-rule="evenodd" d="M6.8883 11.4988C6.8883 8.95726 8.9556 6.8891 11.4999 6.8891C14.0416 6.8891 16.1088 8.95721 16.1088 11.4988C16.1088 14.041 14.0416 16.1083 11.4999 16.1083C8.95556 16.1083 6.8883 14.041 6.8883 11.4988ZM1.28138 11.0591C1.12235 11.3467 1.12235 11.651 1.28138 11.9389C3.34594 15.6463 7.26115 17.9494 11.4999 17.9494C15.7359 17.9494 19.6512 15.6463 21.7158 11.9389C21.8775 11.651 21.8775 11.3467 21.7158 11.0591C19.6512 7.35166 15.736 5.04883 11.4999 5.04883C7.26115 5.04883 3.34594 7.35166 1.28138 11.0591ZM11.4999 8.39982C9.78909 8.39982 8.39898 9.78988 8.39898 11.4988C8.39898 13.2078 9.78904 14.5979 11.4999 14.5979C13.208 14.5979 14.5981 13.2078 14.5981 11.4988C14.5981 9.78988 13.208 8.39982 11.4999 8.39982Z" fill="#3155F4" /> </svg> </div> </div> <div class="log-login-button"> <button type="button" class="submit-login-btn step-continue-btn">Continue</button> </div> </div> <div class="step" data-step="2"> <div class="create-head"> <h3>Start your tenant profile</h3> <p>Begin your tenant profile for a streamlined rental experience</p> </div> <div class="login-fields"> <label for="">First Name<span>*</span></label> <input type="text" placeholder="Enter first name" name="firstname" required> <span class="text-danger" id="firstname-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">Last Name<span>*</span></label> <input type="text" placeholder="Enter last name" name="lastname" required> <span class="text-danger" id="lastname-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">Phone Number</label> <input type="text" placeholder="Enter phone number" name="phone_number" id="phone_number" /> <span class="text-danger" id="phone_number-error" style="display: none;"></span> </div> <div class="remember-me"> <input type="checkbox" id="remember" name="subscribe"> <label for="remember">Subscribe to the newsletter</label> </div> <div class="log-login-button"> <button type="button" class="submit-login-btn step-continue-btn">Continue</button> </div> </div> <div class="step" data-step="3"> <div class="create-head"> <h3>Tell us about yourself</h3> <p>Share your story with us, and let's tailor your experience to perfectly fit your needs</p> </div> <div class="login-fields"> <label for="">Invitation Code<span class="d-inline-block mx-1"><img src="<?php echo e(asset('/images/help-tp.svg')); ?>" alt=""></span></label> <input type="text" placeholder="Invitation Code" name="invitationCode"> <span class="text-danger" id="invitationCode-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">Languages Spoken</label> <input type="text" placeholder="Languages Spoken" name="languages"> <span class="text-danger" id="languages-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">Bio</label> <textarea name="bio" id="" cols="30" rows="5" class="custom-resizer"></textarea> <span class="text-danger" id="bio-error" style="display: none;"></span> </div> <div class="log-login-button"> <button type="button" class="submit-login-btn step-continue-btn">Go To Dashboard</button> </div> <div class="skp-button"> <button type="button" class="step-continue-btn skip-btn">Skip</button> </div> </div> </form> </div> </div> </div> <div class="ld-reg-right hide-mob"> <div class="steps-count "> <p class="stp-count"></p> </div> <div class="land-reg-thumb"> <img src="<?php echo e(asset('/images/tenant-right.svg')); ?>" alt="" class="img-fluid"> </div> </div> </div> </div> </section> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"> </script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.7.27/dist/sweetalert2.all.min.js"></script> <link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.7.27/dist/sweetalert2.min.css" rel="stylesheet"> <script src="<?php echo e(asset('/js/global.js')); ?>"></script> <script src="<?php echo e(asset('/js/tenant-register-wizard.js')); ?>"></script> </body> </html> <?php /**PATH /home/clickysoft/public_html/somni.clickysoft.net/resources/views/tenant/register.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка