D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
hms.dentostock.com
/
storage
/
framework
/
views
/
Filename :
21f62642e5bbb63ff28f8ae873fb2d42.php
back
Copy
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.visitors')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container-fluid"> <div class="d-flex flex-column"> <?php echo $__env->make('flash::message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo e(Form::hidden('visitorUrl',true, ['id' => 'indexOfVisitor'])); ?> <?php echo e(Form::hidden('visitorUrl', route('visitors.index'), ['class' => 'visitorUrl'])); ?> <?php echo e(Form::hidden('downloadDocumentUrl', url('visitors-download'), ['class' => 'downloadDocumentUrl'])); ?> <?php echo e(Form::hidden('utilsScript', asset('assets/js/int-tel/js/utils.min.js'), ['class' => 'utilsScript'])); ?> <?php echo e(Form::hidden('isEdit', true, ['class' => 'isEdit'])); ?> <?php echo e(Form::hidden('visitor', __('messages.visitor.visitor'), ['id' => 'Visitor'])); ?> <?php if (! isset($_instance)) { $html = \Livewire\Livewire::mount('visitor-table', [])->html(); } elseif ($_instance->childHasBeenRendered('8okAxZ4')) { $componentId = $_instance->getRenderedChildComponentId('8okAxZ4'); $componentTag = $_instance->getRenderedChildComponentTagName('8okAxZ4'); $html = \Livewire\Livewire::dummyMount($componentId, $componentTag); $_instance->preserveRenderedChild('8okAxZ4'); } else { $response = \Livewire\Livewire::mount('visitor-table', []); $html = $response->html(); $_instance->logRenderedChild('8okAxZ4', $response->id(), \Livewire\Livewire::getRootElementTagName($html)); } echo $html; ?> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u827283894/domains/w-manage.org/public_html/hms/resources/views/visitors/index.blade.php ENDPATH**/ ?>