Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/storage/framework/views/7ba98c46c4ab191c11abce31681e1537.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="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css"> <link rel="stylesheet" href="<?php echo e(asset('/css/main.css')); ?>"> <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" /> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>" /> <title>SOMNI - Landlord 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"> <a href="<?php echo e(route('home')); ?>"><img src="<?php echo e(asset('/images/nav-logo.svg')); ?>" alt="" class="img-fluid"></a> </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.landlord')); ?>" method="POST" id="register-form"> <?php echo csrf_field(); ?> <div class="step" data-step="1"> <div class="create-head"> <h3>Create your profile</h3> <p>Your space to make Somni truly yours</p> </div> <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 landlord profile</h3> <p>Lacus quam risus feugiat nequmet</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 direction_col"> <button type="button" class="submit-login-btn step-continue-btn mb-4">Continue</button> <button type="button" id="prev-btn" class="step-prev-btn">Back</button> </div> </div> <div class="step" data-step="3"> <div class="create-head"> <h3>Property details info</h3> <p>Discover every facet of your property in one spot</p> </div> <div class="login-fields"> <label for="">Property Address<span>*</span></label> <input type="text" placeholder="Enter property address" name="address" required> <span class="text-danger" id="address-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">Compnay Name<span>*</span></label> <input type="text" placeholder="Enter property name" name="property_name" required> <span class="text-danger" id="property_name-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">Company Phone</label> <input type="text" placeholder="Enter company phone number" name="company_phone" id="company_phone"> <span class="text-danger" id="company_phone-error" style="display: none;"></span> <?php if($errors->has('company_phone')): ?> <span class="text-danger"><?php echo e($errors->first('company_phone')); ?></span> <?php endif; ?> </div> <div class="login-fields"> <label>Property Type</label> <select class="form-control <?php echo e($errors->has('type') ? 'is-invalid' : ''); ?>" name="type" id="type"> <option value disabled <?php echo e(old('type', null) === null ? 'selected' : ''); ?>><?php echo e(trans('global.pleaseSelect')); ?></option> <?php $__currentLoopData = App\Models\Property::TYPE_SELECT; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $label): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($key); ?>" <?php echo e(old('type', '') === (string) $key ? 'selected' : ''); ?>><?php echo e($label); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> <span class="text-danger" id="type-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">Country<span>*</span></label> <select class="custom-select property_type select-selected select2_with_search select2 <?php echo e($errors->has('country') ? 'is-invalid' : ''); ?>" style="width: 100%" name="country_id" id="country" required> <option value disabled <?php echo e(old('country', null) === null ? 'selected' : ''); ?>><?php echo e(trans('global.pleaseSelect')); ?></option> <option value="231">United States</option> </select> <span class="text-danger" id="country_id-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">State<span>*</span></label> <select class="custom-select property_type select-selected select2_with_search select2 <?php echo e($errors->has('state') ? 'is-invalid' : ''); ?>" style="width: 100%" name="state_id" id="state" required> <option value="" selected >Please Select Country</option> </select> <?php if($errors->has('state')): ?> <span class="text-danger"><?php echo e($errors->first('state')); ?></span> <?php endif; ?> <span class="text-danger" id="state_id-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">City<span>*</span></label> <select class="custom-select property_type select-selected select2_with_search select2 <?php echo e($errors->has('city') ? 'is-invalid' : ''); ?>" style="width: 100%" name="city_id" id="city" required> <option value="" selected >Please Select State</option> </select> <?php if($errors->has('city')): ?> <span class="text-danger"><?php echo e($errors->first('city')); ?></span> <?php endif; ?> <span class="text-danger" id="city_id-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="">Zip Code<span>*</span></label> <input type="text" placeholder="Enter zip code" name="zip_code" value="" required> <span class="text-danger" id="zip_code-error" style="display: none;"></span> </div> <div class="log-login-button direction_col"> <button type="button" class="submit-login-btn step-continue-btn mb-4">Continue</button> <button type="button" id="prev-btn" class="step-prev-btn">Back</button> </div> </div> <div class="step" data-step="4"> <div class="create-head"> <h3>Tell us about your units</h3> <p>Unveil the uniqueness of your spaces</p> </div> <div class="login-fields"> <label for="">Total Number of Units<span>*</span></label> <input type="number" placeholder="Enter number of units" name="no_of_units" id="no_of_units" min=0 max=5> <span class="text-danger" id="no_of_units-error" style="display: none;"></span> <?php if($errors->has('no_of_units')): ?> <span class="text-danger"><?php echo e($errors->first('no_of_units')); ?></span> <?php endif; ?> </div> <div class="login-fields"> <label for="">Lease Term<span>*</span></label> <select class="custom-select lease_term default_select select-selected" data-class="lease_term" name="lease_term" style="width: 100%" required> <option class="select-selected" value="">Please Select</option> <?php $__currentLoopData = App\Models\Unit::LEASE_TERM_SELECT; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $label): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option class="select-option" value="<?php echo e($key); ?>"> <?php echo e($label); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> <span class="text-danger" id="lease_term-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="datePicks">Rent Due Date<span>*</span></label> <div class="input-group date customDate" id="datepicker"> <input type="text" class=" border-0 p-0" id="date" placeholder="Choose Date" name="rent_due_date" min="<?php echo date('Y-m-d'); ?>" /> <span class="input-group-append"> <img src="<?php echo e(asset('/images/mini-date.svg')); ?>" alt="" class="img-fluid"> </span> </div> <span class="text-danger" id="rent_due_date-error" style="display: none;"></span> <?php if($errors->has('rent_due_date')): ?> <span class="text-danger"><?php echo e($errors->first('rent_due_date')); ?></span> <?php endif; ?> </div> <div class="login-fields"> <label for="monthly_rent">Monthly Rent <span>*</span></label> <div class="rent-field"> <div class="dollar-sign"> <p>$</p> </div> <input type="number" placeholder="0.00" step=".01" name="monthly_rent"> </div> <span class="text-danger" id="monthly_rent-error" style="display: none;"></span> <?php if($errors->has('monthly_rent')): ?> <span class="text-danger"><?php echo e($errors->first('monthly_rent')); ?></span> <?php endif; ?> </div> <div class="log-login-button direction_col"> <button type="button" class="submit-login-btn step-continue-btn mb-4">Continue</button> <button type="button" id="prev-btn" class="step-prev-btn">Back</button> </div> </div> <div class="step" data-step="5"> <div class="create-head"> <h3>Ultrices nunc scelerisque</h3> <p>Nec ante placerat est sagittis egestas tortor</p> </div> <div class="login-fields"> <label for="unit_size">Unit Size</label> <input type="text" placeholder="Enter size of unit" name="unit_size"> <div class="sq-ft-text"> <span>sq. ft.</span> </div> <span class="text-danger" id="unit_size-error" style="display: none;"></span> <?php if($errors->has('unit_size')): ?> <span class="text-danger"><?php echo e($errors->first('unit_size')); ?></span> <?php endif; ?> </div> <div class="login-fields"> <label for="security_deposit">Security Deposit</label> <div class="rent-field"> <div class="dollar-sign"> <p>$</p> </div> <input type="number" placeholder="0.00" step=".01" name="security_deposit"> </div> <span class="text-danger" id="security_deposit-error" style="display: none;"></span> <?php if($errors->has('security_deposit')): ?> <span class="text-danger"><?php echo e($errors->first('security_deposit')); ?></span> <?php endif; ?> </div> <div class="login-fields"> <label for="amenities">Amenities</label> <select class="custom-select no_of_bedrooms default_select select-selected amenities" data-class="amenities" name="amenities[]" style="width: 100%" multiple="multiple"> <option class="select-selected" value="">Please Select</option> <?php $__currentLoopData = App\Models\Amenity::all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $amenity): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option class="select-option" value="<?php echo e($amenity->id); ?>"> <?php echo e($amenity->name); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> <span class="text-danger" id="amenities-error" style="display: none;"></span> <?php if($errors->has('amenities')): ?> <span class="text-danger"><?php echo e($errors->first('amenities')); ?></span> <?php endif; ?> </div> <div class="log-login-button direction_col"> <button type="button" class="submit-login-btn step-continue-btn mb-4">Continue</button> <button type="button" id="prev-btn" class="step-prev-btn">Back</button> </div> <div class="skp-button"> <button type="button" class="step-continue-btn skip-btn">Skip</button> </div> </div> <div class="step" data-step="6"> <div class="create-head"> <h3>Varius curabitur eget</h3> <p>Eget id libero id nulla</p> </div> <div class="login-fields"> <label for="no_of_bedrooms">Number of Bedrooms<span>*</span></label> <select class="custom-select no_of_bedrooms default_select select-selected" data-class="no_of_bedrooms" name="no_of_bedrooms" style="width: 100%"> <option class="select-selected" value="">Please Select</option> <?php for($i = 1; $i <= 10; $i++): ?> <option class="select-selected" value="<?php echo e($i); ?>"> <?php echo e($i); ?></option> <?php endfor; ?> </select> <span class="text-danger" id="no_of_bedrooms-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="no_of_bathrooms">Number of Bathrooms<span>*</span></label> <select class="custom-select no_of_bathrooms default_select select-selected" data-class="no_of_bathrooms" name="no_of_bathrooms" style="width: 100%" required> <option class="select-selected" value="">Please Select</option> <?php for($i = 1; $i <= 10; $i++): ?> <option class="select-selected" value="<?php echo e($i); ?>"> <?php echo e($i); ?></option> <?php endfor; ?> </select> <span class="text-danger" id="no_of_bathrooms-error" style="display: none;"></span> </div> <div class="login-fields"> <label for="datePicks2">Date Available</label> <div class="input-group date customDate" id="datepicker2"> <input type="text" class=" border-0 p-0" id="date" placeholder="Choose Date" name="available_date" min="<?php echo date('Y-m-d'); ?>" /> <span class="input-group-append"> <img src="<?php echo e(asset('/images/mini-date.svg')); ?>" alt="" class="img-fluid"> </span> </div> <span class="text-danger" id="available_date-error" style="display: none;"></span> </div> <div class="log-login-button direction_col"> <button type="button" class="submit-login-btn step-continue-btn mb-4">Continue</button> <button type="button" id="prev-btn" class="step-prev-btn">Back</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/ld-right-thumb.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://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.min.js"></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="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script> <script src="<?php echo e(asset('/js/global.js')); ?>"></script> <script src="<?php echo e(asset('/js/landlord-register-wizard.js')); ?>"></script> <script src="<?php echo e(asset('/js/add-properties.js')); ?>"></script> </body> </html> <?php /**PATH /home/clickysoft/public_html/somni.clickysoft.net/resources/views/landlord/register.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка