![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/storage/framework/views/ |
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.appointments')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('css_before'); ?> <link href="<?php echo e(asset('assets/css/plugins/fullcalendar.bundle.css')); ?>" rel="stylesheet" type="text/css"/> <?php $__env->stopSection(); ?> <?php $__env->startSection('header_toolbar'); ?> <div class="toolbar" id="kt_toolbar"> <div id="kt_toolbar_container" class="container-fluid d-flex flex-stack"> <div data-kt-swapper="true" data-kt-swapper-mode="prepend" data-kt-swapper-parent="{default: '#kt_content_container', 'lg': '#kt_toolbar_container'}" class="page-title d-flex align-items-center flex-wrap me-3 mb-5 mb-lg-0"> <h1 class="d-flex align-items-center text-dark fw-bolder fs-3 my-1"><?php echo $__env->yieldContent('title'); ?></h1> </div> <div class="d-flex align-items-center py-1 ms-auto"> <a href="<?php echo e(route('appointments.index')); ?>" class="btn btn-sm btn-primary"><?php echo e(__('messages.common.back')); ?></a> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="post d-flex flex-column-fluid" id="kt_post"> <div id="kt_content_container" class="container"> <div class="card pt-3"> <div class="card-header"> <h2 class="card-title fw-bolder"><?php echo e(__('messages.appointment.calendar')); ?></h2> <div class="d-flex"> <div class="d-flex align-items-center"> <span class="w-10px h-10px bg-primary rounded-circle me-1"></span> <span class="me-4"><?php echo e(\App\Models\Appointment::STATUS[1]); ?></span> <span class="w-10px h-10px bg-success rounded-circle me-1"></span> <span class="me-4"><?php echo e(\App\Models\Appointment::STATUS[2]); ?></span> <span class="w-10px h-10px bg-warning rounded-circle me-1"></span> <span class="me-4"><?php echo e(\App\Models\Appointment::STATUS[3]); ?></span> <span class="w-10px h-10px bg-danger rounded-circle me-1"></span> <span class="me-4"><?php echo e(\App\Models\Appointment::STATUS[4]); ?></span> </div> </div> </div> <div class="card-body"> <div id="appointmentCalendar"></div> </div> </div> </div> </div> <?php echo $__env->make('appointments.models.admin-appointment-model', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page_js'); ?> <script> let book = "<?php echo e(\App\Models\Appointment::BOOKED); ?>"; let checkIn = "<?php echo e(\App\Models\Appointment::CHECK_IN); ?>"; let checkOut = "<?php echo e(\App\Models\Appointment::CHECK_OUT); ?>"; let cancel = "<?php echo e(\App\Models\Appointment::CANCELLED); ?>"; </script> <script src="<?php echo e(asset('assets/js/plugins/fullcalendar.bundle.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/appointments/calendar.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/clinic.corals.io/resources/views/appointments/calendar.blade.php ENDPATH**/ ?>