Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/storage/framework/views/8824ffcf9d63e039689ac634ca916108.php
Назад
<?php $__env->startSection('title', 'Landlord Dashboard - SOMNI'); ?> <?php $__env->startSection('content'); ?> <div class="db-backdrop"></div> <div class="main-section"> <div class="tooltip-text" id="tooltip1" tool-tip="1"> <div class="tooltip-close"> <button class="tt-close"><img src="<?php echo e(asset('/images/close-tt.svg')); ?>" alt="" class="img-fluid"></button> </div> <div class="tooltip-head"> <h4>Navigation</h4> <p>From here you can view a quick snapshot of occupancy rates, upcoming maintenance, and financial summaries.</p> </div> <div class="hide-next-cta"> <div class="hide-tips"> <button class="hide-tips"><img src="<?php echo e(asset('/images/hide-tt.svg')); ?>" alt="" class="hide-tt">Hide these tips</button> </div> <div class="next-tips"> <button class="next-tip-btn">Next</button> </div> </div> </div> <?php if (isset($component)) { $__componentOriginald201b4de0485c0604d1d04a0d3c62719 = $component; } ?> <?php $component = App\View\Components\LandlordSideNav::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('landlord-side-nav'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\LandlordSideNav::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginald201b4de0485c0604d1d04a0d3c62719)): ?> <?php $component = $__componentOriginald201b4de0485c0604d1d04a0d3c62719; ?> <?php unset($__componentOriginald201b4de0485c0604d1d04a0d3c62719); ?> <?php endif; ?> <main class="layout-main"> <div class="content-wrapper"> <section class="profile-edit"> <div class="container-fluid custom-container"> <div class="row "> <div class="col-md-12"> <div class="main-db-layout"> <div class="mobile-nav-view"> <div class="db-nav"> <ul> <!-- <li><a href="javascript:void(0)" class="active">Home</a></li> --> <li><a href="javascript:void(0)">All Properties</a></li> <li><a href="javascript:void(0)">Add Property</a></li> </ul> </div> <!--here component--> <?php if (isset($component)) { $__componentOriginalac9c7b31882976d7e74498851bef36d0 = $component; } ?> <?php $component = App\View\Components\User\Dropdown::resolve(['user' => $user] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('user.dropdown'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\User\Dropdown::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalac9c7b31882976d7e74498851bef36d0)): ?> <?php $component = $__componentOriginalac9c7b31882976d7e74498851bef36d0; ?> <?php unset($__componentOriginalac9c7b31882976d7e74498851bef36d0); ?> <?php endif; ?> </div> <!--Here--> <div class="row"> <div class="col-md-12 col-lg-12"> <div class="mod-heads"> <h3> Units </h3> <p>Placerat tempor ultricies bibendum fermentum turpis viverra nulla nullam</p> </div> <div class="chart-card"> <div class="cfh-main"> <div class="cash-flow-head"> <h4>Units Analysis</h4> <p>Sagittis porta vel ornare egestas enim posuere mi</p> </div> <div class="cash-flow-drop drop-elip-thumb"> <button type="button" class="drop-ellipse-btn"> <img src="<?php echo e(asset('/images/drop-ellipse.svg')); ?>" alt="" class="img-fluid"> </button> </div> </div> <div class="chart"> <canvas id="myChart" width="612" height="306"></canvas> </div> </div> <div class="maintenance-card"> <div class="cfh-main"> <div class="cash-flow-head"> <h4>Units Overview</h4> </div> <div class="cash-flow-drop drop-elip-thumb"> <button type="button" class="drop-ellipse-btn"> <img src="<?php echo e(asset('/images/drop-ellipse.svg')); ?>" alt="" class="img-fluid"> </button> </div> </div> <div class="units-table-main"> <div class="table-responsive"> <table class="table m-0 "> <thead> <tr> <th scope="col" class="">Unit No.</th> <th scope="col">Tenant(s)</th> <th scope="col" class="">Bedrooms </th> <th scope="col" class="">Property</th> <th scope="col" class="">Type</th> <th>Price</th> <th>Operation</th> <th>Invite</th> </tr> </thead> <tbody> <?php $__currentLoopData = $units; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $unit): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td scope="row"> <?php echo e($unit->number); ?> </td> <td><?php echo e($unit->tenantUsers[0]->name ?? ''); ?></td> <td class="txt-center"><?php echo e($unit->no_of_bedrooms); ?></td> <td class=""> <?php echo e($property->name); ?> </td> <td class=""><?php echo e(ucwords(str_replace('_',' ',$property->purchase_term))); ?></td> <td>$<?php echo e(number_format($unit->monthly_rent,2)); ?></td> <td> <a href="<?php echo e(route('home')); ?>" class="editable_hm">Edit</a> </td> <td> <?php if($unit->tenantUsers->isEmpty()): ?> <button class="editable_hm invite_class" data-bs-toggle="modal" data-bs-target="#sepcialselectModal" data-id="<?php echo e($unit->id); ?>" type="button">Invite</button> <?php endif; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <div class="col-md-12"> <div class="view-all-transaction"> <button class="transaction-view-btn manage-units-btn"> Manage Units </button> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="modal fade" id="sepcialselectModal" tabindex="-1" aria-labelledby="sepcialselectModal" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered special-select-md-dialog"> <div class="modal-content amenities-md-content"> <div class="modal-body amenities-md-body"> <div class="row"> <div class="col-md-12"> <div class="md-amn-head-main justify-content-end"> <div class="md-header "> <button type="button" class="cs-button" data-bs-dismiss="modal" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.244075 11.9107C-0.0813583 12.2362 -0.0813583 12.7638 0.244075 13.0892C0.569517 13.4147 1.09715 13.4147 1.42259 13.0892L6.66667 7.84517L11.9107 13.0892C12.2362 13.4147 12.7638 13.4147 13.0892 13.0892C13.4147 12.7638 13.4147 12.2362 13.0892 11.9107L7.84517 6.66667L13.0892 1.42259C13.4147 1.09715 13.4147 0.569517 13.0892 0.244075C12.7638 -0.0813583 12.2362 -0.0813583 11.9107 0.244075L6.66667 5.48817L1.42259 0.244075C1.09715 -0.0813583 0.569517 -0.0813583 0.244075 0.244075C-0.0813583 0.569517 -0.0813583 1.09715 0.244075 1.42259L5.48817 6.66667L0.244075 11.9107Z" fill="black" /> </svg></button> </div> </div> </div> <form method="POST" action="<?php echo e(route('invite.code')); ?>"> <?php echo csrf_field(); ?> <div class="col-md-12"> <div class="amenities-md-head inv-code-head d-flex justify-content-center flex-column align-items-center"> <h3>Send Invitation Code</h3> <p>Vel dignissim dignissim euismod</p> </div> <div class="row justify-content-center"> <div class="col-md-7 col-sm-12"> <div class="recipient-field position-relative"> <input type="text" name="email" placeholder="Enter recepient email" required> <input type="hidden" name="unit_id" id="unit_id"/> <div class="rcp-user"> <img src="<?php echo e(asset('/images/rcp-user.svg')); ?>" alt="" class="img-fluid"> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="send-canc d-flex justify-content-center"> <button class="snd-lease">Send</button> <button data-bs-dismiss="modal" class="canc-lease">Cancel</button> </div> </div> </div> </form> </div> </div> </div> </div> </div> <!-- Modal --> </section> </div> </main> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> <script src="https://www.gstatic.com/firebasejs/8.3.2/firebase.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="<?php echo e(asset('/js/global.js')); ?>"></script> <script src="<?php echo e(asset('/js/dashboard-overview.js')); ?>"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script> <?php if(!empty($verification)): ?> <?php if (isset($component)) { $__componentOriginal71c6471fa76ce19017edc287b6f4508c = $component; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.email-verification-popup','data' => ['verification' => $verification]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('email-verification-popup'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['verification' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($verification)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal71c6471fa76ce19017edc287b6f4508c)): ?> <?php $component = $__componentOriginal71c6471fa76ce19017edc287b6f4508c; ?> <?php unset($__componentOriginal71c6471fa76ce19017edc287b6f4508c); ?> <?php endif; ?> <?php endif; ?> <script> $('.invite_class').on('click',function(){ var unit_id = $(this).attr('data-id'); $('#unit_id').val(unit_id); }); </script> <?php if(\Session::has('success')): ?> <script> toastr.options = { "closeButton": true, "debug": false, "newestOnTop": false, "progressBar": false, "positionClass": "toast-top-right", "preventDuplicates": false, "onclick": null, "showDuration": "300", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" } toastr.success('<?php echo \Session::get("success"); ?>'); </script> <?php endif; ?> <?php if(\Session::has('error')): ?> <script> toastr.options = { "closeButton": true, "debug": false, "newestOnTop": false, "progressBar": false, "positionClass": "toast-top-right", "preventDuplicates": false, "onclick": null, "showDuration": "300", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" } toastr.error("<?php echo \Session::get('error'); ?>"); </script> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('landlord.layouts.landlord', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/clickysoft/public_html/somni.clickysoft.net/resources/views/landlord/units.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка