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('css_page'); ?>
<!-- <link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/css-countdown-demo.css')); ?>" type="text/css" media="screen"> -->
<!-- <link href="https://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css"> -->
<!--Bootstrap CSS-->
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css" integrity="sha512-P5MgMn1jBN01asBgU0z60Qk4QxiXo86+wlFahKrsQf37c9cro517WzVSPPV1tDKzhku2iJ2FVgL67wG03SGnNA==" crossorigin="anonymous" /> -->
<!-- jQuery Classy Countdown CSS -->
<link rel="stylesheet" href="<?php echo e(asset('themes/frontend_new/assets/css/css-countdowngampage.css')); ?>">
<link rel="stylesheet" href="<?php echo e(asset('themes/frontend_new/assets/css/css-slider.css')); ?>">
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<?php /*start page title*/ ?>
<?php if(!\Cart::isEmpty()): ?>
<?php if(session()->has('flash_notification.message')): ?>
<div class="row center">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 display-inline">
<div class="title-book">
<?php echo session('flash_notification.message'); ?>
</div>
</div>
</div>
<?php endif; ?>
<?php else: ?>
<!-- <div class="counter-background sec-counter-main">
<div class="row center">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 display-inline">
<div class="clearfix center">
<div class="pull-left display-inline-tab">
<div class="title-book">
Oops…Time fly’s!<br> Your booking has expired!<br> Be quick!<br> But don’t rush!
</div>
</div>
</div>
</div>
</div>
</div> -->
<?php endif; ?>
<?php /*page title*/ ?>
<?php /*start first booking*/ ?>
<?php $i = 0 ?>
<?php foreach($basket as $item): ?>
<?php
$has_table=$item->attributes->has_table;
$has_table_by_default=$item->attributes->has_table_by_default;
$reserved_until=\Carbon\Carbon::createFromFormat('Y-m-d H:i:s',$item->attributes->reserved_until);
$reserved_ttl = $reserved_until->diffInSeconds(null,false);
$reserved_ttl = \Carbon\Carbon::now()->diffInSeconds($reserved_until,false);
if ($reserved_ttl<0)
$reserved_ttl=0;
// echo $reserved_ttl;
?>
<div class="book-zone" id="zoneId<?php echo e($item->id); ?>" avuntil="<?php echo e($item->attributes->reserved_until); ?>" style="margin-top:10px;">
<?php /*start title & counter book*/ ?>
<div class="counter-background sec-counter-main">
<div class="row center">
<!-- start title-->
<div class="col-sm-12">
<div class="clearfix center">
<?php /*<div class="text-center">*/ ?>
<?php /*<img class="img-responsive clock-icon" src="<?php echo e(asset('/themes/frontend_new/assets/img/clock.png')); ?>"/>*/ ?>
<?php /*</div>*/ ?>
<div class="text-center">
<div class="title-book text-center">
<?php /*<b>Time Left</b> for booking*/ ?>
<?php /*<b>Time to complete</b> this booking*/ ?>
<!-- <b>Time remaining</b> to confirm this booking -->
Confirm Booking
</div>
</div>
</div>
</div>
<!-- end title-->
<!-- start counter-->
<!-- <div class="col-xs-12 col-sm-6 col-md-5 col-lg-3 display-inline">
<div class="book-time-01-cover">
<div id="book-time-01">
<div class="clock-01" clocktime="<?php echo e($reserved_ttl); ?>"></div>
<div class="message"></div>
</div>
</div>
</div> -->
<!-- <input type="hidden" id="coundown_time" name="custId" value="<?php echo e($reserved_ttl); ?>"> -->
<div id="countdown-gampang_<?php echo e($i); ?>" clockTime=<?php echo e($reserved_ttl); ?>></div>
<!-- end counter-->
</div>
</div>
<?php /*end title & counter book*/ ?>
<div class="dark-book-gray">
<div class="row">
<?php /*start book details*/ ?>
<div class="col-xs-12 col-md-12">
<?php /*start book details text*/ ?>
<div class="shaded-background sec-middle-block">
<div class="row">
<div class="col-md-12 filds-one">
<div class="filds flex-container text-details">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-f.png')); ?>"/>
</span>
<div class="title-desc">Appointment With</div>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="18" height="21" viewBox="0 0 18 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.25 10.5C10.1615 10.5 10.9948 10.2786 11.75 9.83594C12.5052 9.39323 13.1172 8.78125 13.5859 8C14.0286 7.21875 14.25 6.38542 14.25 5.5C14.25 4.61458 14.0286 3.78125 13.5859 3C13.1172 2.21875 12.5052 1.60677 11.75 1.16406C10.9948 0.721354 10.1615 0.5 9.25 0.5C8.33854 0.5 7.50521 0.721354 6.75 1.16406C5.99479 1.60677 5.38281 2.21875 4.91406 3C4.47135 3.78125 4.25 4.61458 4.25 5.5C4.25 6.38542 4.47135 7.21875 4.91406 8C5.38281 8.78125 5.99479 9.39323 6.75 9.83594C7.50521 10.2786 8.33854 10.5 9.25 10.5ZM11.0469 12.375H7.45312C5.5 12.4271 3.85938 13.1042 2.53125 14.4062C1.22917 15.7344 0.552083 17.375 0.5 19.3281C0.5 19.6667 0.617188 19.9401 0.851562 20.1484C1.0599 20.3828 1.33333 20.5 1.67188 20.5H16.8281C17.1667 20.5 17.4401 20.3828 17.6484 20.1484C17.8828 19.9401 18 19.6667 18 19.3281C17.9479 17.375 17.2708 15.7344 15.9688 14.4062C14.6406 13.1042 13 12.4271 11.0469 12.375Z" fill="black"></path>
</svg>
</span>
<div class="text-desc"><?php echo e(implode(', ',$item->attributes->therapist)); ?></div>
</div>
</div>
</div>
<div class="col-md-12 filds-middle">
<div class="filds flex-container text-details">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<div class="title-desc">Booking Time</div>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11 0.868164C8.99479 0.89681 7.16146 1.38379 5.5 2.3291C3.83854 3.30306 2.49219 4.64941 1.46094 6.36816C0.486979 8.11556 0 9.94889 0 11.8682C0 13.7874 0.486979 15.6208 1.46094 17.3682C2.49219 19.0869 3.83854 20.4333 5.5 21.4072C7.16146 22.3525 8.99479 22.8395 11 22.8682C13.0052 22.8395 14.8385 22.3525 16.5 21.4072C18.1615 20.4333 19.5078 19.0869 20.5391 17.3682C21.513 15.6208 22 13.7874 22 11.8682C22 9.94889 21.513 8.11556 20.5391 6.36816C19.5078 4.64941 18.1615 3.30306 16.5 2.3291C14.8385 1.38379 13.0052 0.89681 11 0.868164ZM12.0312 6.02441V11.8682C12.0312 12.2406 11.8737 12.527 11.5586 12.7275L7.43359 15.4775C6.88932 15.7926 6.41667 15.6924 6.01562 15.1768C5.70052 14.6325 5.80078 14.1598 6.31641 13.7588L9.96875 11.3096V6.02441C10.026 5.39421 10.3698 5.05046 11 4.99316C11.6302 5.05046 11.974 5.39421 12.0312 6.02441Z" fill="black"></path>
</svg>
</span>
<div class="text-desc"><?php echo e($item->attributes->hour); ?></div>
</div>
</div>
</div>
<div class="col-md-12 filds-middle">
<div class="filds flex-container text-details">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<div class="title-desc">Booking Date</div>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="20" height="23" viewBox="0 0 20 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.5 0.868164C14.099 0.868164 13.7695 0.99707 13.5117 1.25488C13.2539 1.5127 13.125 1.84212 13.125 2.24316V3.61816H7.625V2.24316C7.625 1.84212 7.49609 1.5127 7.23828 1.25488C6.98047 0.99707 6.65104 0.868164 6.25 0.868164C5.84896 0.868164 5.51953 0.99707 5.26172 1.25488C5.00391 1.5127 4.875 1.84212 4.875 2.24316V3.61816H2.8125C2.23958 3.64681 1.7526 3.84733 1.35156 4.21973C0.979167 4.62077 0.778646 5.10775 0.75 5.68066V7.74316H20V5.68066C19.9714 5.10775 19.7708 4.62077 19.3984 4.21973C18.9974 3.84733 18.5104 3.64681 17.9375 3.61816H15.875V2.24316C15.875 1.84212 15.7461 1.5127 15.4883 1.25488C15.2305 0.99707 14.901 0.868164 14.5 0.868164ZM20 9.11816H0.75V20.8057C0.778646 21.3786 0.979167 21.8656 1.35156 22.2666C1.7526 22.639 2.23958 22.8395 2.8125 22.8682H17.9375C18.5104 22.8395 18.9974 22.639 19.3984 22.2666C19.7708 21.8656 19.9714 21.3786 20 20.8057V9.11816ZM17.25 12.5557V13.9307C17.2214 14.3604 16.9922 14.5895 16.5625 14.6182H15.1875C14.7578 14.5895 14.5286 14.3604 14.5 13.9307V12.5557C14.5286 12.126 14.7578 11.8968 15.1875 11.8682H16.5625C16.9922 11.8968 17.2214 12.126 17.25 12.5557ZM11.75 12.5557V13.9307C11.7214 14.3604 11.4922 14.5895 11.0625 14.6182H9.6875C9.25781 14.5895 9.02865 14.3604 9 13.9307V12.5557C9.02865 12.126 9.25781 11.8968 9.6875 11.8682H11.0625C11.4922 11.8968 11.7214 12.126 11.75 12.5557ZM5.5625 11.8682C5.99219 11.8968 6.22135 12.126 6.25 12.5557V13.9307C6.22135 14.3604 5.99219 14.5895 5.5625 14.6182H4.1875C3.75781 14.5895 3.52865 14.3604 3.5 13.9307V12.5557C3.52865 12.126 3.75781 11.8968 4.1875 11.8682H5.5625ZM17.25 18.0557V19.4307C17.2214 19.8604 16.9922 20.0895 16.5625 20.1182H15.1875C14.7578 20.0895 14.5286 19.8604 14.5 19.4307V18.0557C14.5286 17.626 14.7578 17.3968 15.1875 17.3682H16.5625C16.9922 17.3968 17.2214 17.626 17.25 18.0557ZM11.0625 17.3682C11.4922 17.3968 11.7214 17.626 11.75 18.0557V19.4307C11.7214 19.8604 11.4922 20.0895 11.0625 20.1182H9.6875C9.25781 20.0895 9.02865 19.8604 9 19.4307V18.0557C9.02865 17.626 9.25781 17.3968 9.6875 17.3682H11.0625ZM6.25 18.0557V19.4307C6.22135 19.8604 5.99219 20.0895 5.5625 20.1182H4.1875C3.75781 20.0895 3.52865 19.8604 3.5 19.4307V18.0557C3.52865 17.626 3.75781 17.3968 4.1875 17.3682H5.5625C5.99219 17.3968 6.22135 17.626 6.25 18.0557Z" fill="black"></path>
</svg>
</span>
<div class="text-desc"><?php echo e($item->attributes->date); ?></div>
</div>
</div>
</div>
<div class="col-md-12 filds-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<div class="title-desc">Duration</div>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11 0.868164C8.99479 0.89681 7.16146 1.38379 5.5 2.3291C3.83854 3.30306 2.49219 4.64941 1.46094 6.36816C0.486979 8.11556 0 9.94889 0 11.8682C0 13.7874 0.486979 15.6208 1.46094 17.3682C2.49219 19.0869 3.83854 20.4333 5.5 21.4072C7.16146 22.3525 8.99479 22.8395 11 22.8682C13.0052 22.8395 14.8385 22.3525 16.5 21.4072C18.1615 20.4333 19.5078 19.0869 20.5391 17.3682C21.513 15.6208 22 13.7874 22 11.8682C22 9.94889 21.513 8.11556 20.5391 6.36816C19.5078 4.64941 18.1615 3.30306 16.5 2.3291C14.8385 1.38379 13.0052 0.89681 11 0.868164ZM12.0312 6.02441V11.8682C12.0312 12.2406 11.8737 12.527 11.5586 12.7275L7.43359 15.4775C6.88932 15.7926 6.41667 15.6924 6.01562 15.1768C5.70052 14.6325 5.80078 14.1598 6.31641 13.7588L9.96875 11.3096V6.02441C10.026 5.39421 10.3698 5.05046 11 4.99316C11.6302 5.05046 11.974 5.39421 12.0312 6.02441Z" fill="black"></path>
</svg>
</span>
<div class="text-desc"><?php echo e($item->attributes->duration); ?></div>
</div>
</div>
</div>
<div class="col-md-12 filds-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<div class="title-desc">Type Of Service </div>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 15.25C0.0260417 15.9531 0.273438 16.5391 0.742188 17.0078C1.21094 17.4766 1.79688 17.724 2.5 17.75H17.5C18.2031 17.724 18.7891 17.4766 19.2578 17.0078C19.7266 16.5391 19.974 15.9531 20 15.25V2.75C19.974 2.04688 19.7266 1.46094 19.2578 0.992188C18.7891 0.523438 18.2031 0.276042 17.5 0.25H12.5C11.6667 0.276042 11.0026 0.614583 10.5078 1.26562L9.76562 2.24219C9.50521 2.58073 9.16667 2.75 8.75 2.75H2.5C1.79688 2.77604 1.21094 3.02344 0.742188 3.49219C0.273438 3.96094 0.0260417 4.54688 0 5.25V15.25ZM5.58594 9.15625C5.32552 8.97396 5.2474 8.73958 5.35156 8.45312C5.42969 8.24479 5.52083 8.03646 5.625 7.82812L5.70312 7.67188C5.83333 7.46354 5.96354 7.28125 6.09375 7.125C6.32812 6.89062 6.57552 6.85156 6.83594 7.00781L6.95312 7.04688C7.34375 7.25521 7.73438 7.24219 8.125 7.00781C8.51562 6.77344 8.72396 6.44792 8.75 6.03125V5.875C8.77604 5.5625 8.93229 5.38021 9.21875 5.32812C9.47917 5.27604 9.73958 5.25 10 5.25C10.2604 5.25 10.5208 5.27604 10.7812 5.32812C11.0677 5.38021 11.224 5.5625 11.25 5.875V6.03125C11.276 6.44792 11.4844 6.77344 11.875 7.00781C12.2656 7.21615 12.6562 7.22917 13.0469 7.04688L13.1641 7.00781C13.4245 6.85156 13.6719 6.89062 13.9062 7.125C14.0365 7.28125 14.1667 7.46354 14.2969 7.67188L14.375 7.82812C14.4792 8.03646 14.5833 8.24479 14.6875 8.45312C14.7656 8.73958 14.6745 8.97396 14.4141 9.15625L14.2969 9.23438C13.9323 9.46875 13.75 9.80729 13.75 10.25C13.75 10.6927 13.9323 11.0312 14.2969 11.2656L14.4141 11.3438C14.6745 11.526 14.7656 11.7604 14.6875 12.0469C14.6094 12.2552 14.5052 12.4635 14.375 12.6719L14.2969 12.8281C14.1667 13.0365 14.0365 13.2188 13.9062 13.375C13.6979 13.6094 13.4505 13.6484 13.1641 13.4922L13.0469 13.4531C12.6562 13.2448 12.2656 13.2578 11.875 13.4922C11.4844 13.7266 11.276 14.0521 11.25 14.4688V14.5859C11.25 14.9245 11.0938 15.1198 10.7812 15.1719C10.5208 15.224 10.2604 15.25 10 15.25C9.73958 15.25 9.47917 15.224 9.21875 15.1719C8.93229 15.1198 8.77604 14.9245 8.75 14.5859V14.4688C8.72396 14.0521 8.51562 13.7266 8.125 13.4922C7.73438 13.2578 7.34375 13.2448 6.95312 13.4531L6.875 13.4922C6.58854 13.6484 6.34115 13.6094 6.13281 13.375C5.97656 13.2188 5.83333 13.0365 5.70312 12.8281L5.625 12.6719C5.52083 12.4635 5.42969 12.2552 5.35156 12.0469C5.2474 11.7604 5.32552 11.526 5.58594 11.3438L5.70312 11.2656C6.06771 11.0312 6.25 10.6927 6.25 10.25C6.25 9.80729 6.06771 9.46875 5.70312 9.23438L5.58594 9.15625ZM11.5625 10.25C11.5365 9.65104 11.276 9.19531 10.7812 8.88281C10.2604 8.6224 9.73958 8.6224 9.21875 8.88281C8.72396 9.19531 8.46354 9.65104 8.4375 10.25C8.46354 10.849 8.72396 11.3047 9.21875 11.6172C9.73958 11.8776 10.2604 11.8776 10.7812 11.6172C11.276 11.3047 11.5365 10.849 11.5625 10.25Z" fill="black"></path>
</svg>
</span>
<div class="text-desc"><?php echo e($item->attributes->massage_type); ?> ( ₤ <?php echo e($item->price); ?> )</div>
</div>
</div>
</div>
<?php /*<div class="col-md-12 filds-middle">
<div class="text-details">
<div class="title-desc">FOCAL POINT</div>
<div class="text-desc"><?php echo e($item->attributes->focal_points); ?> </div>
</div>
</div>*/ ?>
<div class="col-md-12 filds-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<div class="title-desc">Location</div>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="50" height="42" viewBox="0 0 50 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50 0.618164L8.07781 0.618164C3.61656 0.618164 0 4.23472 0 8.69597V43.5404C0 48.0016 3.61656 51.6182 8.07781 51.6182H50V0.618164Z" fill="#CFDDD7"/>
<path d="M26.5625 36.1104C26.8229 36.4229 27.1354 36.5791 27.5 36.5791C27.8646 36.5791 28.1771 36.4229 28.4375 36.1104C29.1406 35.251 30 34.0921 31.0156 32.6338C32.0312 31.2015 32.9427 29.7171 33.75 28.1807C34.5312 26.6442 34.9479 25.29 35 24.1182C34.9479 21.9827 34.2188 20.2119 32.8125 18.8057C31.4062 17.3994 29.6354 16.6702 27.5 16.6182C25.3646 16.6702 23.5938 17.3994 22.1875 18.8057C20.7812 20.2119 20.0521 21.9827 20 24.1182C20.0521 25.29 20.4688 26.6442 21.25 28.1807C22.0573 29.7171 22.9688 31.2015 23.9844 32.6338C25 34.0921 25.8594 35.251 26.5625 36.1104ZM27.5 21.6182C28.4375 21.6442 29.1536 22.0609 29.6484 22.8682C30.1172 23.7015 30.1172 24.5348 29.6484 25.3682C29.1536 26.1755 28.4375 26.5921 27.5 26.6182C26.5625 26.5921 25.8464 26.1755 25.3516 25.3682C24.8828 24.5348 24.8828 23.7015 25.3516 22.8682C25.8464 22.0609 26.5625 21.6442 27.5 21.6182Z" fill="black"/>
</svg>
</span>
<div class="text-desc"><?php echo e($item->attributes->location); ?></div>
</div>
</div>
</div>
<?php if($item->attributes->has_transport): ?>
<div class="col-md-12 filds-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<div class="title-desc">Travel Suppliments</div>
</div>
<div class="filds-input">
<div class="text-desc">₤ <?php echo e($item->attributes->transport_cost); ?></div>
</div>
</div>
</div>
<?php endif; ?>
<?php if($has_table_by_default): ?>
<div class="col-md-12 filds-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<div class="title-desc">Equipment</div>
</div>
<div class="filds-input">
<div class="text-desc">INCLUDED</div>
</div>
</div>
</div>
<?php elseif($has_table): ?>
<div class="col-md-12 filds-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<div class="title-desc">Equipment</div>
</div>
<div class="filds-input">
<div class="text-desc">ADDED <?php echo e($has_table); ?></div>
</div>
</div>
</div>
<?php endif; ?>
<div class="col-md-12 filds-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<div class="title-desc">Voucher</div>
</div>
<div class="filds-input">
<?php /*start vocher*/ ?>
<div class="voucher-bg">
<!-- <div class="title-desc"><b>Promotional</b> OR <b>Voucher Code</b></div>
<div class="title-desc">Use PROMO Code: <b>zenlondon07</b></div> -->
<!-- <?php if($item->attributes->has_voucher): ?>
<div class="text-details">
<div class="title-desc"><?php echo e($item->attributes->voucher['name']); ?></div>
</div>
<?php else: ?>
<div id="error_voucher_<?php echo e($item->id); ?>" class="text-danger text-left text12"></div>
<?php endif; ?> -->
<div class="row no-gutters">
<?php if($item->attributes->has_voucher): ?>
<div class="col-xs-12">
<div class="voucher-box">
<input type="text" class="voucher-form-control form-control" disabled value="₤ <?php echo e(strtoupper($item->attributes->voucher['discount'])); ?>">
<a vid="<?php echo e($item->id); ?>" class="btn btn-warning removevoucher">x</a>
</div>
</div>
<?php else: ?>
<div class="col-xs-12">
<div class="voucher-box">
<input type="text" class="voucher-form-control form-control" name="voucher_code_<?php echo e($item->id); ?>" placeholder="">
<a vid="<?php echo e($item->id); ?>" class="btn btn-warning applyvoucher">+</a>
</div>
<div class="sec-postcode">
<div class="postcode-area-inner">
<div id="error_voucher_<?php echo e($item->id); ?>" class="bloodhound">
</div>
</div>
</div>
</div>
<?php endif; ?>
</div>
<div> </div>
<!-- <div class="title-desc">Customer service 44(0)203 556 0984 Monday-Sunday 9am-9pm</div> -->
</div>
<?php /*end vocher-->*/ ?>
</div>
</div>
</div>
<div class="col-md-12 filds-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-l.png')); ?>"/>
</span>
<div class="title-desc">Cost</div>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="23" height="19" viewBox="0 0 23 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23 4.03223C22.974 3.53743 22.7656 3.15983 22.375 2.89941C22.0104 2.66504 21.5807 2.59993 21.0859 2.7041C19.5495 3.09473 18 3.17285 16.4375 2.93848C14.875 2.73014 13.3125 2.40462 11.75 1.96191C10.0573 1.49316 8.35156 1.15462 6.63281 0.946289C4.9401 0.737956 3.2474 0.920247 1.55469 1.49316C0.877604 1.80566 0.526042 2.35254 0.5 3.13379V15.2041C0.526042 15.6989 0.734375 16.0635 1.125 16.2979C1.51562 16.5583 1.94531 16.6364 2.41406 16.5322C3.95052 16.1416 5.5 16.0505 7.0625 16.2588C8.625 16.4932 10.1875 16.8317 11.75 17.2744C13.4427 17.7432 15.1354 18.0817 16.8281 18.29C18.5469 18.4984 20.2526 18.3161 21.9453 17.7432C22.6224 17.4307 22.974 16.8838 23 16.1025V4.03223ZM11.75 13.3682C10.8646 13.3421 10.1224 12.9775 9.52344 12.2744C8.95052 11.5713 8.65104 10.6859 8.625 9.61816C8.65104 8.55046 8.95052 7.66504 9.52344 6.96191C10.1224 6.25879 10.8646 5.89421 11.75 5.86816C12.6354 5.89421 13.3776 6.25879 13.9766 6.96191C14.5495 7.66504 14.849 8.55046 14.875 9.61816C14.849 10.6859 14.5495 11.5713 13.9766 12.2744C13.3776 12.9775 12.6354 13.3421 11.75 13.3682ZM20.5 13.3682V15.8682H18C18.026 15.165 18.2734 14.5791 18.7422 14.1104C19.2109 13.6416 19.7969 13.3942 20.5 13.3682ZM18 5.24316H20.5V7.74316C19.7969 7.71712 19.2109 7.46973 18.7422 7.00098C18.2734 6.53223 18.026 5.94629 18 5.24316ZM3 11.4932C3.70312 11.5192 4.28906 11.7666 4.75781 12.2354C5.22656 12.7041 5.47396 13.29 5.5 13.9932H3V11.4932ZM5.5 3.36816C5.47396 4.07129 5.22656 4.65723 4.75781 5.12598C4.28906 5.59473 3.70312 5.84212 3 5.86816V3.36816H5.5Z" fill="black"></path>
</svg>
</span>
<div class="text-desc">₤ <?php echo e(number_format($item->getPriceSumWithConditions(),2)); ?></div>
</div>
</div>
</div>
</div>
</div>
<?php /*end book details text*/ ?>
<?php /*start price line*/ ?>
<div class="shaded-background-price">
<!-- <div class="price-details">TOTAL COST: <span class="price-value">₤<?php echo e(number_format($item->getPriceSumWithConditions(),2)); ?></span></div> -->
<!-- <?php if($has_table_by_default): ?>
<div class="table-added"><strong>THE MASSAGE TABLE IS INCLUDED</strong></div>
<?php elseif($has_table): ?>
<div class="table-added"><strong>MASSAGE TABLE ADDED</strong></div>
<?php endif; ?> -->
<!-- <?php if($item->attributes->has_transport): ?>
<div class="table-added">TRAVEL SUPPLEMENTS ₤<?php echo e($item->attributes->transport_cost); ?></div>
<?php endif; ?> -->
</div>
<?php if($item->attributes->disclaimer): ?>
<div class="shaded-background-price">
<div class="table-added"><?php echo e($item->attributes->disclaimer); ?></div>
</div>
<?php endif; ?>
<?php /*end price line*/ ?>
<?php /*start table massage aditional*/ ?>
<?php /*<?php if($item->attributes->can_order_table): ?>*/ ?>
<?php if(!$has_table_by_default): ?>
<!-- <?php if(!$has_table): ?>
<div class="add-table-massage btn btn-warning" itemid="<?php echo e($item->id); ?>">
<a href="#"> ADD A MASSAGE TABLE<br/>
<span class="price-value">₤<?php echo e($item->quantity*env('TABLE_VALUE',9.99)); ?></span>
</a>
</div>
<?php else: ?>
<div class="btn btn-danger add-table-massage-checked" itemid="<?php echo e($item->id); ?>">
<a href="#"> REMOVE THE MASSAGE TABLE<br/>
<span class="price-value">- ₤<?php echo e($item->quantity*env('TABLE_VALUE',9.99)); ?></span>
</a>
</div>
<?php endif; ?> -->
<?php endif; ?>
<?php /*<?php endif; ?>*/ ?>
<?php /*end table massage aditional*/ ?>
</div>
<?php /*end book details*/ ?>
<?php /*start person details*/ ?>
<div class="col-xs-12 col-md-12">
<div class="person-details-bg sec-person-details">
<!-- <div class="title">
<b>LOCATION & FULL NAME</b><br/>
OF MOBILE MASSAGE
</div> -->
<form>
<div class="form-group filds-details-first">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-f.png')); ?>"/>
</span>
<label for="name" class="title-desc">Full Name *</label>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="18" height="21" viewBox="0 0 18 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.25 10.5C10.1615 10.5 10.9948 10.2786 11.75 9.83594C12.5052 9.39323 13.1172 8.78125 13.5859 8C14.0286 7.21875 14.25 6.38542 14.25 5.5C14.25 4.61458 14.0286 3.78125 13.5859 3C13.1172 2.21875 12.5052 1.60677 11.75 1.16406C10.9948 0.721354 10.1615 0.5 9.25 0.5C8.33854 0.5 7.50521 0.721354 6.75 1.16406C5.99479 1.60677 5.38281 2.21875 4.91406 3C4.47135 3.78125 4.25 4.61458 4.25 5.5C4.25 6.38542 4.47135 7.21875 4.91406 8C5.38281 8.78125 5.99479 9.39323 6.75 9.83594C7.50521 10.2786 8.33854 10.5 9.25 10.5ZM11.0469 12.375H7.45312C5.5 12.4271 3.85938 13.1042 2.53125 14.4062C1.22917 15.7344 0.552083 17.375 0.5 19.3281C0.5 19.6667 0.617188 19.9401 0.851562 20.1484C1.0599 20.3828 1.33333 20.5 1.67188 20.5H16.8281C17.1667 20.5 17.4401 20.3828 17.6484 20.1484C17.8828 19.9401 18 19.6667 18 19.3281C17.9479 17.375 17.2708 15.7344 15.9688 14.4062C14.6406 13.1042 13 12.4271 11.0469 12.375Z" fill="black"></path>
</svg>
</span>
<?php echo Form::text('user_name',$item->attributes->user_name,['class'=>'form-control updateinfo', 'updateInfoId'=>$item->id, 'id'=>'name']); ?>
</div>
</div>
</div>
<div class="form-group filds-details-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<label for="phone" class="title-desc"> Contact Number *</label>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.44531 1.59473L8.00781 5.34473C8.24219 6.04785 8.08594 6.64681 7.53906 7.1416L5.625 8.7041C6.27604 10.0843 7.13542 11.3213 8.20312 12.415C9.29688 13.4827 10.5339 14.3421 11.9141 14.9932L13.4766 13.0791C13.9714 12.5322 14.5703 12.376 15.2734 12.6104L19.0234 14.1729C19.4141 14.3291 19.6875 14.5765 19.8438 14.915C20 15.2796 20.0391 15.6572 19.9609 16.0479L19.0234 19.4854C18.763 20.1885 18.2552 20.5661 17.5 20.6182C14.2448 20.5921 11.3021 19.7979 8.67188 18.2354C6.04167 16.6729 3.94531 14.5765 2.38281 11.9463C0.820312 9.31608 0.0260417 6.37337 0 3.11816C0.0520833 2.36296 0.429688 1.85514 1.13281 1.59473L4.57031 0.657227C4.96094 0.579102 5.33854 0.618164 5.70312 0.774414C6.04167 0.930664 6.28906 1.2041 6.44531 1.59473Z" fill="black"></path>
</svg>
</span>
<?php echo Form::text('user_phone',$item->attributes->user_phone,['class'=>'form-control updateinfo', 'updateInfoId'=>$item->id, 'id'=>'phone']); ?>
</div>
</div>
</div>
<div class="form-group filds-details-middle">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<label for="address" class="title-desc">Address *</label>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="50" height="42" viewBox="0 0 50 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50 0.618164L8.07781 0.618164C3.61656 0.618164 0 4.23472 0 8.69597V43.5404C0 48.0016 3.61656 51.6182 8.07781 51.6182H50V0.618164Z" fill="#CFDDD7"/>
<path d="M26.5625 36.1104C26.8229 36.4229 27.1354 36.5791 27.5 36.5791C27.8646 36.5791 28.1771 36.4229 28.4375 36.1104C29.1406 35.251 30 34.0921 31.0156 32.6338C32.0312 31.2015 32.9427 29.7171 33.75 28.1807C34.5312 26.6442 34.9479 25.29 35 24.1182C34.9479 21.9827 34.2188 20.2119 32.8125 18.8057C31.4062 17.3994 29.6354 16.6702 27.5 16.6182C25.3646 16.6702 23.5938 17.3994 22.1875 18.8057C20.7812 20.2119 20.0521 21.9827 20 24.1182C20.0521 25.29 20.4688 26.6442 21.25 28.1807C22.0573 29.7171 22.9688 31.2015 23.9844 32.6338C25 34.0921 25.8594 35.251 26.5625 36.1104ZM27.5 21.6182C28.4375 21.6442 29.1536 22.0609 29.6484 22.8682C30.1172 23.7015 30.1172 24.5348 29.6484 25.3682C29.1536 26.1755 28.4375 26.5921 27.5 26.6182C26.5625 26.5921 25.8464 26.1755 25.3516 25.3682C24.8828 24.5348 24.8828 23.7015 25.3516 22.8682C25.8464 22.0609 26.5625 21.6442 27.5 21.6182Z" fill="black"/>
</svg>
</span>
<?php /*<?php echo e(dd($item)); ?>*/ ?>
<?php echo Form::text('address',$item->attributes->address,['class'=>'form-control updateinfo', 'updateInfoId'=>$item->id, 'id'=>'address']); ?>
</div>
</div>
</div>
<div class="form-group filds-details-last">
<div class="filds flex-container">
<div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-l.png')); ?>"/>
</span>
<label for="postcode" class="title-desc">Post Code *</label>
</div>
<div class="filds-input">
<span class="input_icon">
<svg width="50" height="42" viewBox="0 0 50 51" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50 0L8.07781 0C3.61656 0 0 3.61656 0 8.07781V42.9222C0 47.3834 3.61656 51 8.07781 51H50V0Z" fill="#CFDDD7"/>
<path d="M35 24.125C34.9479 22.5365 34.401 21.2083 33.3594 20.1406C32.2917 19.099 30.9635 18.5521 29.375 18.5C27.7865 18.5521 26.4583 19.099 25.3906 20.1406C24.349 21.2083 23.8021 22.5365 23.75 24.125V31C23.776 31.7031 24.0234 32.2891 24.4922 32.7578C24.9609 33.2266 25.5469 33.474 26.25 33.5H32.5C33.2031 33.474 33.7891 33.2266 34.2578 32.7578C34.7266 32.2891 34.974 31.7031 35 31V24.125ZM32.5 24.125C32.474 24.5156 32.2656 24.724 31.875 24.75H26.875C26.4844 24.724 26.276 24.5156 26.25 24.125C26.276 23.7344 26.4844 23.526 26.875 23.5H31.875C32.2656 23.526 32.474 23.7344 32.5 24.125ZM22.5 24.125C22.5 22.9531 22.7604 21.8854 23.2812 20.9219C23.8021 19.9323 24.5182 19.125 25.4297 18.5H18.125C16.5365 18.5521 15.2083 19.099 14.1406 20.1406C13.099 21.2083 12.5521 22.5365 12.5 24.125V31C12.526 31.7031 12.7734 32.2891 13.2422 32.7578C13.7109 33.2266 14.2969 33.474 15 33.5H23.4375C22.8385 32.8229 22.526 31.9896 22.5 31V24.125ZM20 24.125C19.974 24.5156 19.7656 24.724 19.375 24.75H17.5V26.625C17.474 27.0156 17.2656 27.224 16.875 27.25H15.625C15.2344 27.224 15.026 27.0156 15 26.625V24.125C15.026 23.7344 15.2344 23.526 15.625 23.5H16.875H19.375C19.7656 23.526 19.974 23.7344 20 24.125Z" fill="black"/>
</svg>
</span>
<?php echo Form::text('postcode',$item->attributes->postcode,['class'=>'form-control','id'=>'postcode','disabled']); ?>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
</div>
</div> -->
<?php /*start message box*/ ?>
<div class="form-group filds-details-middle meesage_full_field">
<div class="message-field flex-container ">
<div class="text-details">
<div class="title-desc"></div>
<!-- <div class="text-desc"><a href="<?php echo e(url('contraindications')); ?>" target="_blank">CLICK HERE TO CHECK THE FULL LIST OF CONTRAINDICATIONS</a></div> -->
</div>
<textarea class="form-control updateinfo" name="notes" rows="3" updateInfoId="<?php echo e($item->id); ?>" placeholder="Addtional Comments"><?php echo e($item->attributes->notes); ?></textarea>
</div>
</div>
<?php /*end message box*/ ?>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="form-group">
<!-- <label class="title-desc">* <sup>required fields</sup></label> -->
</div>
</div>
</div>
</form>
</div>
</div>
<?php /*end person details*/ ?>
<!-- start btns-->
<div class="col-sm-12 display-inline">
<div class="button-group-style">
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4" style="margin-top:2px">
<button class="btn cancelbtn checkout-pay" type="button" cancelId="<?php echo e($item->id); ?>">
CANCEL
</button>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4" style="margin-top:2px">
<a href="<?php echo e(route('bookings.basket.checkoutpay')); ?>" class="btn checkout-pay test">
CHECKOUT
</a>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4" style="margin-top:2px">
<a href="<?php echo e(route('booking.inperson')); ?>" class="btn checkout-pay test">
Add Another Service
</a>
</div>
</div>
</div>
</div>
<!-- end btns-->
</div>
</div>
</div>
<?php /*end first booking*/ ?>
<?php $i++ ?>
<?php endforeach; ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('custom_scripts'); ?>
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
<!-- jQuery knob-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jQuery-Knob/1.2.13/jquery.knob.min.js" integrity="sha512-NhRZzPdzMOMf005Xmd4JonwPftz4Pe99mRVcFeRDcdCtfjv46zPIi/7ZKScbpHD/V0HB1Eb+ZWigMqw94VUVaw==" crossorigin="anonymous"></script>
<!-- jQuery throttle-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.min.js" integrity="sha512-JZSo0h5TONFYmyLMqp8k4oPhuo6yNk9mHM+FY50aBjpypfofqtEWsAgRDQm94ImLCzSaHeqNvYuD9382CEn2zw==" crossorigin="anonymous"></script>
<script type="text/javascript" src="<?php echo e(asset('themes/frontend_new/assets/js/jquery-countdowngampang-hours-minuts.min.js')); ?>"></script>
<?php
if(!empty($reserved_ttl)){
$i = 0;
foreach ($basket as $item) {
?>
<script>
$(document).ready(function(){
var element = $('#countdown-gampang_<?php echo e($i); ?>');
var time_left_in_seconds = $('#countdown-gampang_<?php echo e($i); ?>').attr('clockTime');
var seconds = parseInt(time_left_in_seconds);
// alert(seconds);
var finish_d = new Date();
// alert(finish_d);
finish_d.setSeconds(finish_d.getSeconds() + seconds);
// alert(finish_d);
element.CountdownGampang({
rampung: finish_d,
theme: "flat-colors-wide"
}, function(){
window.location.reload(true);
});
});
</script>
<?php
$i++;
}
}
?>
<script type="text/javascript">
$(document).ready(function () {
//add table
$("body").on('click','.add-table-massage',function(){
var elID = $(this).attr('itemid');
var zone = $("#zoneId"+elID);
var priceValue = zone.find('.price-details').html();
$.ajax({
method: "POST",
url: "<?php echo route('bookings.basket.add_table'); ?>",
cache: false,
data: {itemId: elID},
beforeSend: function() {
zone.find('.price-details').html("<i class='fa fa-spin fa-spinner'></i>");
},
dataType: "json",
})
.error(function(data){
var response = JSON.parse(data.responseText);
//show error in modal
var modal = $("#modalInfo");
modal.find('.modal-title').html('Sorry');
modal.find('.modal-body').html('<h4>'+response.message+'</h4>');
modal.modal('show');
//display info again
zone.find('.price-details').html(priceValue);
})
.done(function(data) {
window.location.reload();
});
});
//remove table
$("body").on('click','.add-table-massage-checked, .add-table-massage-check-img',function(){
var elID = $(this).attr('itemid');
var zone = $("#zoneId"+elID);
$.ajax({
method: "POST",
url: "<?php echo route('bookings.basket.remove_table'); ?>",
cache: false,
data: {itemId: elID},
beforeSend: function() {
zone.find('.price-details').html("<i class='fa fa-spin fa-spinner'></i>");
},
dataType: "json",
})
.done(function(data) {
window.location.reload();
});
});
//remove item from table
$("body").on('click','.cancelbtn',function(){
var elID = $(this).attr('cancelId');
var zone = $("#zoneId"+elID);
$.ajax({
method: "POST",
url: "<?php echo route('bookings.basket.cancel_item'); ?>",
cache: false,
data: {itemId: elID},
beforeSend: function() {
zone.html("<div class='row'><div class='col-md-16 text-center'><i class='fa fa-spin fa-spinner fa-4x'></i></div></div>");
},
dataType: "html",
})
.done(function(data) {
// window.location.reload();
window.location.href = "<?php echo e(url('/home')); ?>";
});
});
//update info
$("body").on('keyup','.updateinfo',function(){
var elID = $(this).attr('updateInfoId');
var name = $(this).attr('name');
var elValue = $(this).val();
$.ajax({
method: "POST",
url: "<?php echo route('bookings.basket.update_item'); ?>",
cache: false,
data: {itemId: elID,value:elValue,name:name},
dataType: "json",
})
.done(function(data) {
});
});
//apply voucher
$("body").on('click','.applyvoucher',function(){
var elID = $(this).attr('vid');
var zone = $("#zoneId"+elID);
var elValue = $("input[name='voucher_code_"+elID+"']").val();
$.ajax({
method: "POST",
url: "<?php echo route('bookings.basket.add_voucher'); ?>",
cache: false,
data: {itemId: elID,value:elValue},
dataType: "json",
error: function(data){
$error_voucher = true;
var info = data.responseText;
$("#error_voucher_"+elID).html("<div class='alert alert-dismissable alert-danger'><button type='button' class='close' data-dismiss='alert' aria-label='Close'><span aria-hidden='true'>×</span></button><strong>"+ info +"</strong></div>");
}
})
.done(function(data) {
window.location.reload();
});
});
//remove voucher
$("body").on('click','.removevoucher',function(){
var elID = $(this).attr('vid');
var zone = $("#zoneId"+elID);
var elValue = $("input[name='voucher_code_"+elID+"']").val();
$.ajax({
method: "POST",
url: "<?php echo route('bookings.basket.remove_voucher'); ?>",
cache: false,
data: {itemId: elID},
dataType: "json",
beforeSend: function() {
zone.find('.price-details').html("<i class='fa fa-spin fa-spinner'></i>");
},
})
.done(function(data) {
window.location.reload();
});
});
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make("schedules::frontend_new.layouts.checkout", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>