Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/www/storage/framework/views/ |
<?php $__env->startSection('title',$meta_title); ?>
<?php $__env->startSection('meta_title',$meta_title); ?>
<?php $__env->startSection('meta_description',$meta_description); ?>
<?php $__env->startSection('meta_keywords',$meta_keywords); ?>
<?php $__env->startSection('content'); ?>
<!-- start therapists list-->
<div class="gray-background booking_now_content">
<div class="gradient-bg1">
<div class="">
<!-- start therapists desktop & tab-->
<div class="text-center">
<?php /*therapists list*/ ?>
<div id="therapists"></div>
<?php /*end therapists list*/ ?>
<?php /*start therapist info*/ ?>
<div id="therapists_info"></div>
<?php /*end therapist info*/ ?>
</div>
<!-- start therapists desktop & tab-->
</div>
</div>
</div>
<!-- end therapists list-->
<?php $__env->stopSection(); ?>
<?php $__env->startSection('custom_scripts'); ?>
<script type="text/javascript">
var date = "<?php echo e($today); ?>";
$(document).ready(function () {
//initialize tooltip
$('[data-toggle="tooltip"]').tooltip();
//select hours and therapists
load_hours(date);
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make("schedules::frontend_new.layouts.bookingnownew", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>