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/ |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tradze, <?php echo $__env->yieldContent('title'); ?></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE"/>
<meta property="og:title" content="<?php echo $__env->yieldContent('meta_title'); ?>">
<meta property="og:description" content="<?php echo $__env->yieldContent('meta_description'); ?>">
<!-- Global styles START -->
<?php echo $__env->make('frontend_new.partials.core-css', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<!-- Global styles END -->
<!-- Start css page -->
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/plugins/owl.carousel/owl-carousel/owl.theme.css')); ?>" type="text/css" media="screen"/>
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/plugins/owl.carousel/owl-carousel/owl.carousel.css')); ?>" type="text/css" media="screen"/>
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/plugins/FlipClock/compiled/flipclock.css')); ?>" type="text/css" media="screen">
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/bootstrap-css/bootstrap-datepicker.css')); ?>" type="text/css" media="screen">
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/font-awesome.min.css')); ?>" type="text/css" media="screen">
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/css-top-contact.css')); ?>" type="text/css" media="screen"/>
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/css-carousel-treatments.css')); ?>" type="text/css" media="screen"/>
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/css-basket.css')); ?>" type="text/css" media="screen"/>
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/css-form.css')); ?>" type="text/css" media="screen"/>
<?php echo $__env->yieldContent('css_page'); ?>
</head>
<body class="no_testimonials_page">
<?php /*start header*/ ?>
<?php echo $__env->make('frontend_new.partials.header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php /*end start header*/ ?>
<?php /*start contact top*/ ?>
<?php echo $__env->make('frontend_new.partials.contact-top', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php /*end contact top*/ ?>
<?php /*start page content*/ ?>
<?php
$emptyCart = false;
if(Route::is('bookings.extension.paysuccess')){
$emptyCart = true;
$path_url = asset('/themes/frontend_new/assets/img/confirm_booking_cover_with_text.jpg');
// echo $path_url;
$var = "style=background-image:url('$path_url');";
// echo $var;
} elseif( Request::is('booking/payment-success')){
$emptyCart = true;
$path_url = asset('/themes/frontend_new/assets/img/Booking_confirm_with_text.jpg');
// echo $path_url;
$var = "style=background-image:url('$path_url');";
} elseif(Route::is('gifts.buy.paysuccess')){
$emptyCart = true;
$path_url = asset('/themes/frontend_new/assets/img/gift_success_with_text.png');
// echo $path_url;
$var = "style=background-image:url('$path_url');";
}
elseif (\Cart::isEmpty() && !Route::is('gifts.buy.page')) {
$emptyCart = true;
$back_to_home = true;
$path_url = asset('/themes/frontend_new/assets/img/message_background_cover.jpg');
// echo $path_url;
$var = "style=background-image:url('$path_url');";
// echo $var;
}
?>
<?php
if( Request::is('booking/payment-success') || Request::is('booking/extension/payment-success') ){ ?>
<!-- <div class="success-wrap" style="background: #F5F5F5 url(<?php echo e(asset('/themes/frontend_new/assets/img/suceess-bg.png')); ?>) !important; background-repeat: no-repeat !important;">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="card card-success-inr">
<h1>Your Payment is Successfully!</h1>
<div class="icon">
<svg width="181" height="180" viewBox="0 0 181 180" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M81.2808 7.96925C86.575 3.39282 94.425 3.39282 99.7192 7.96925C103.475 11.2159 108.662 12.2477 113.374 10.6854C120.017 8.48338 127.269 11.4874 130.409 17.7415C132.637 22.1784 137.034 25.1165 141.986 25.4766C148.965 25.9841 154.516 31.5348 155.023 38.5144C155.384 43.466 158.322 47.8632 162.758 50.0908C169.013 53.2307 172.017 60.4831 169.815 67.1256C168.252 71.8381 169.284 77.0249 172.531 80.7808C177.107 86.075 177.107 93.925 172.531 99.2192C169.284 102.975 168.252 108.162 169.815 112.874C172.017 119.517 169.013 126.769 162.758 129.909C158.322 132.137 155.384 136.534 155.023 141.486C154.516 148.465 148.965 154.016 141.986 154.523C137.034 154.884 132.637 157.822 130.409 162.258C127.269 168.513 120.017 171.517 113.374 169.315C108.662 167.752 103.475 168.784 99.7192 172.031C94.425 176.607 86.575 176.607 81.2808 172.031C77.5249 168.784 72.3381 167.752 67.6256 169.315C60.9831 171.517 53.7307 168.513 50.5908 162.258C48.3632 157.822 43.966 154.884 39.0144 154.523C32.0348 154.016 26.4841 148.465 25.9766 141.486C25.6165 136.534 22.6784 132.137 18.2415 129.909C11.9874 126.769 8.98338 119.517 11.1854 112.874C12.7477 108.162 11.7159 102.975 8.46925 99.2192C3.89282 93.925 3.89282 86.075 8.46925 80.7808C11.7159 77.0249 12.7477 71.8381 11.1854 67.1256C8.98338 60.4831 11.9874 53.2307 18.2415 50.0908C22.6784 47.8632 25.6165 43.466 25.9766 38.5145C26.4841 31.5348 32.0348 25.9841 39.0145 25.4766C43.966 25.1165 48.3632 22.1784 50.5908 17.7415C53.7307 11.4874 60.9831 8.48338 67.6256 10.6854C72.3381 12.2477 77.5249 11.2159 81.2808 7.96925Z" fill="black"/>
<path d="M81.2808 7.96925C86.575 3.39282 94.425 3.39282 99.7192 7.96925C103.475 11.2159 108.662 12.2477 113.374 10.6854C120.017 8.48338 127.269 11.4874 130.409 17.7415C132.637 22.1784 137.034 25.1165 141.986 25.4766C148.965 25.9841 154.516 31.5348 155.023 38.5144C155.384 43.466 158.322 47.8632 162.758 50.0908C169.013 53.2307 172.017 60.4831 169.815 67.1256C168.252 71.8381 169.284 77.0249 172.531 80.7808C177.107 86.075 177.107 93.925 172.531 99.2192C169.284 102.975 168.252 108.162 169.815 112.874C172.017 119.517 169.013 126.769 162.758 129.909C158.322 132.137 155.384 136.534 155.023 141.486C154.516 148.465 148.965 154.016 141.986 154.523C137.034 154.884 132.637 157.822 130.409 162.258C127.269 168.513 120.017 171.517 113.374 169.315C108.662 167.752 103.475 168.784 99.7192 172.031C94.425 176.607 86.575 176.607 81.2808 172.031C77.5249 168.784 72.3381 167.752 67.6256 169.315C60.9831 171.517 53.7307 168.513 50.5908 162.258C48.3632 157.822 43.966 154.884 39.0144 154.523C32.0348 154.016 26.4841 148.465 25.9766 141.486C25.6165 136.534 22.6784 132.137 18.2415 129.909C11.9874 126.769 8.98338 119.517 11.1854 112.874C12.7477 108.162 11.7159 102.975 8.46925 99.2192C3.89282 93.925 3.89282 86.075 8.46925 80.7808C11.7159 77.0249 12.7477 71.8381 11.1854 67.1256C8.98338 60.4831 11.9874 53.2307 18.2415 50.0908C22.6784 47.8632 25.6165 43.466 25.9766 38.5145C26.4841 31.5348 32.0348 25.9841 39.0145 25.4766C43.966 25.1165 48.3632 22.1784 50.5908 17.7415C53.7307 11.4874 60.9831 8.48338 67.6256 10.6854C72.3381 12.2477 77.5249 11.2159 81.2808 7.96925Z" fill="url(#paint0_linear_329_774)"/>
<g filter="url(#filter0_d_329_774)">
<circle cx="90.1734" cy="89.6734" r="64.6734" fill="white"/>
</g>
<path d="M56.5 89.6664L79.1728 112.333L124.499 67" stroke="#00EC45" stroke-width="9.06656" stroke-linecap="round" stroke-linejoin="round"/>
<defs>
<filter id="filter0_d_329_774" x="21.8819" y="25" width="136.583" height="136.583" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="3.61809"/>
<feGaussianBlur stdDeviation="1.80905"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_329_774"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_329_774" result="shape"/>
</filter>
<linearGradient id="paint0_linear_329_774" x1="90.5002" y1="0" x2="90.5002" y2="180" gradientUnits="userSpaceOnUse">
<stop stop-color="#74C9A7"/>
<stop offset="1" stop-color="#236C4E"/>
</linearGradient>
</defs>
</svg>
</div>
<p>Your booking for the service has been<br> successfully confirmed!</p>
<div class="back-to-home">
<a href="" class="btn btn-back-to-home">Back to Home</a>
</div>
</div>
</div>
</div>
</div>
</div> -->
<a href="<?php echo e(route('account.profile.mybookings')); ?>">
<?php }
$bgimage_url = asset('/themes/frontend_new/assets/img/bg-confirm-booking.png');
?>
<div style="background: #F5F5F5 url(<?php echo e($bgimage_url); ?> ) !important; background-repeat: no-repeat !important; background-size: cover !important;" class="<?php echo e(!\Cart::isEmpty() ? '' : 'cmn_background_cover cmn_background_position'); ?> <?php echo e(Route::is('gifts.buy.paysuccess') ? 'success_voucher' : ''); ?> <?php echo e(Request::is('booking/basket/checkout') || Request::is('booking/basket/pay') ? 'auth_background auth_background-v-2' : ''); ?>" <?php
if($emptyCart){
echo $var;
} ?>
>
<div class="container">
<div class="page-content">
<?php echo $__env->yieldContent('content'); ?>
</div>
</div>
</div>
<?php
if( Request::is('booking/payment-success')){ ?>
</a>
<?php } ?>
<?php /*end page content*/ ?>
<?php /*start carousel treatments*/ ?>
<?php echo $__env->make('frontend_new.partials.treatments-list', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php /*end carousel treatments*/ ?>
<?php /*start footer*/ ?>
<?php echo $__env->make('frontend_new.partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php /*end footer*/ ?>
<?php echo e(csrf_field()); ?>
<?php /*start core js*/ ?>
<?php echo $__env->make('frontend_new.partials.core-js', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php /*end core js*/ ?>
<?php /*page scripts*/ ?>
<script src="<?php echo e(asset('/themes/frontend_new/assets/plugins/FlipClock/compiled/flipclock.js')); ?>"></script>
<script type="text/javascript">
$(document).ready(function () {
var CSRF_TOKEN = $('input[name="_token"]').val();
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': CSRF_TOKEN
}
});
// COUNTER
$('.clock-01').each(function(i,el){
var el = $('.clock-01').eq(i);
el.FlipClock(el.attr('clocktime'), {
countdown: true,
clockFace: 'MinuteCounter',
autoStart: true,
callbacks: {
stop: function() {
setTimeout(function(){
window.location.reload(true);
}, 1000);
}
}
});
});
});
</script>
<script>
$(document).ready(function(){
setTimeout( function() {
if(<?php echo e(isset($back_to_home) && $back_to_home); ?>) {
window.location.href = "/home";
}
}, 10000);
});
</script>
<?php /*end scripts*/ ?>
<?php /*start custom scripts*/ ?>
<?php echo $__env->yieldContent('custom_scripts'); ?>
<?php /*end custom scripts*/ ?>
<?php /*Page JS*/ ?>
<script type="text/javascript" src="<?php echo e(asset('/themes/frontend_new/assets/plugins/owl.carousel/owl-carousel/owl.carousel.js')); ?>"></script>
<script src="<?php echo e(asset('/themes/frontend_new/assets/js/fontawesome.js')); ?>"></script>
<script>
$(document).ready(function () {
$(".owl-treatments").owlCarousel({
autoPlay: 3000, //Set AutoPlay to 3 seconds
navigation: false,
pagination: true,
itemsCustom: [
[0, 2],
[450, 2],
[600, 3],
[700, 4],
[1000, 5],
[1200, 6],
[1400, 6],
[1600, 7]
],
});
$(".owl-social").owlCarousel({
autoPlay: 3000, //Set AutoPlay to 3 seconds
navigation: false,
pagination: true,
itemsCustom: [
[0, 2],
[450, 2],
[600, 3],
[700, 3],
[1000, 4],
[1200, 5],
[1400, 5],
[1600, 5]
],
});
$(".owl-event").owlCarousel({
autoPlay: 3000, //Set AutoPlay to 3 seconds
navigation: true,
pagination: false,
itemsCustom: [
[0, 1],
[450, 1],
[600, 3],
[700, 3],
[1000, 4],
[1200, 4],
[1400, 5],
[1600, 5]
],
});
});
</script>
</body>
</html>