Sh3ll
OdayForums


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-old/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/www/storage-old/framework/views/c39bad1d61ccf7710258e5b22baa368e1d36dc37.php
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css" integrity="sha384-XdYbMnZ/QjLh6iI4ogqCTaIjrFk87ip+ekIjefZch0Y+PvJ8CDYtEs1ipDmPorQ+" crossorigin="anonymous">



    <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="http://testt.zenlondon.co.uk/themes/frontend_new/assets/css/css-slider.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 
$booking = true;
$is_style = true;
if( isset($bookings) && count($bookings) == 0) {
    $booking = false;
    $back_to_home = true;
    $is_style = false;
    $path_url = asset('/themes/frontend_new/assets/img/no-bookings.png');
    $var = "style=background-image:url('$path_url');";
}
?>
<div 
id="<?php echo e($booking ? '' : 'no-book'); ?>"
class="<?php echo e($booking ? '' : 'cmn_background_cover'); ?> cover_container <?php echo e(Request::is('account/mybookings') || Route::is('account.profile.mybookings_track') || Route::is('account.profile.mybookings_edit') || Request::is('account/pastbookings') ? 'auth_background auth_background-v-2' : ''); ?> <?php echo e($booking ? '' : 'no-bookings-bg'); ?>" 
    <?php 
if( isset($bookings) && count($bookings) == 0){?>
    style="background: #F5F5F5 url(<?php echo e(asset('/themes/frontend_new/assets/img/no-bookings.png')); ?>) ; background-repeat: no-repeat !important; background-size:cover !important;" 
<?php
} else {  ?>
style="background: #F5F5F5 url(<?php echo e(asset('/themes/frontend_new/assets/img/bg-confirm-booking.png')); ?>) ; background-repeat: no-repeat !important; height:100% !important;" 
<?php }?>
>

<div class="container">

    <div class="page-content">

        <?php echo $__env->yieldContent('content'); ?>

    </div>

</div>
</div>

<?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>
$(document).ready(function(){
    setTimeout( function() { 
        if(<?php echo e(isset($back_to_home) && $back_to_home); ?>) {
        window.location.href = "/home";           
        }
    }, 10000); 
});
</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,

            });

        });

    });

</script>

<?php /*end scripts*/ ?>



<?php /*start custom scripts*/ ?>

<?php echo $__env->yieldContent('custom_js'); ?>

<?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>

    $(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>

ZeroDay Forums Mini