PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 0333be6f11bb3e5a350ddcd4eddb0cb3.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.appointments')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('header_toolbar'); ?> <div class="container-fluid"> <div class="d-md-flex align-items-center justify-content-between mb-5"> <h1 class="mb-0"><?php echo $__env->yieldContent('title'); ?></h1> <div class="text-end mt-4 mt-md-0"> <a href="<?php echo e(route('appointments.index')); ?>" class="btn btn-outline-primary"><?php echo e(__('messages.common.back')); ?></a> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container-fluid"> <div class="d-flex flex-column flex-lg-row"> <div class="flex-lg-row-fluid"> <div class="card"> <div class="card-header"> <h2 class="card-title"><?php echo e(__('messages.appointment.calendar')); ?></h2> </div> <div class="card-body pt-0"> <div id="appointmentCalendar"></div> </div> </div> </div> </div> </div> <?php echo $__env->make('appointment.appointment-model', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabteecom/public_html/resources/views/appointment/appointment-calendar.blade.php ENDPATH**/ ?>
SAVE
CANCEL