Spamworldpro Mini Shell
Spamworldpro


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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/clinic.corals.io/storage/framework/views/8b4b4008e78f57f63985322d2ed68ce23c8bae06.php
<?php $__env->startSection('title'); ?>
    <?php echo e(__('messages.doctor.doctor_detail')); ?>

<?php $__env->stopSection(); ?>
<?php $__env->startSection('page_css'); ?>
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/plugins/daterangepicker.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 justify-content-end ms-auto">
                <?php if(!getLogInUser()->hasRole('patient')): ?>
                    <div class="d-flex align-items-center py-1 me-2">
                        <a href="<?php echo e(route('doctors.edit',$doctor->id)); ?>"
                           class="btn btn-sm btn-flex btn-light btn-active-primary fw-bolder"><?php echo e(__('messages.common.edit')); ?></a>
                    </div>
                <?php endif; ?>
                <div class="d-flex align-items-center py-1">
                    <a href="<?php echo e(url()->previous()); ?>"
                       class="btn btn-sm btn-primary"><?php echo e(__('messages.common.back')); ?></a>
                </div>
            </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-title m-0">
                <div class="d-flex flex-column flex-xl-row">
                    <?php echo $__env->make('doctors.show_fields', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                </div>
            </div>
        </div>
    </div>
    <?php echo $__env->make('doctors.templates.templates', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
    <?php echo $__env->make('appointments.templates.templates', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('page_js'); ?>
    <script src="<?php echo e(asset('assets/js/plugins/daterangepicker.js')); ?>"></script>
    <script>
        let statusArray = JSON.parse('<?php echo json_encode(\App\Models\Appointment::STATUS, 15, 512) ?>');
        let doctorID = "<?php echo e($doctor->id); ?>";
        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); ?>";
        let userRole = "<?php echo e(getLogInUser()->hasRole('patient')); ?>";
        let doctorRole = "<?php echo e(getLogInUser()->hasRole('doctor')); ?>";
    </script>
    <?php if(!getLogInUser()->hasRole('patient')): ?>
        <script src="<?php echo e(mix('assets/js/custom/custom-datatable.js')); ?>"></script>
        <script src="<?php echo e(mix('assets/js/doctors/detail.js')); ?>"></script>
    <?php endif; ?>
<?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/doctors/show.blade.php ENDPATH**/ ?>

Spamworldpro Mini