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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/public_html/storage-old/framework/views/e4c5d4e5743bb29453b5fa28a0d953d7d0e181b0.php
<!DOCTYPE html>
<html lang="en">

<head>
    <title><?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'); ?>">

    <?php /*Global styles START*/ ?>
    <?php echo $__env->make('frontend_new.partials.core-css', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    <?php /*Global styles END*/ ?>

    <?php /*Start css page*/ ?>
    <?php echo $__env->yieldContent('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/css/css-slider.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-index.css')); ?>" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/css-book-massage-later-NEW.css')); ?>" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/salon_detail.css')); ?>" type="text/css" media="screen">
    <link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/css-corporate-massage.css')); ?>" type="text/css" media="screen">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
    <link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/NewCss/animate.css')); ?>" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/NewCss/custom-style.css')); ?>" type="text/css" media="screen" />

    <?php /*End css page*/ ?>
</head>

<body class="homepage">
    <?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 slider index*/ ?>
    <?php echo $__env->make('frontend_new.partials.slider-index', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    <?php /*end slider index*/ ?>

    <?php /*container*/ ?>



    <section class="trandze-steps-sec-wrap trandze-Steps-Home">
        <div class="container">
            <div class="row">

                <div class="col-xs-12">
                    <div class="header-welcome-text text-center">
                        <h1>Welcome to Tradze<span>Your Trusted Tradespeople Finder</span></h1>
                    </div>
                    <div class="content-details">

                        <p>Help on your doorstep fast — or locked in for later.</p>

                        <p>With Tradze, you can choose *Rapid Response* for a vetted, insured qualified expert on your doorstep in under an hour, or use our booking system to lock in a time and date that works for you.</p>

                        <p>No more searching online, making calls, or waiting for people to get back to you — Tradze is your one-stop shop for finding, booking, and tracking a trusted tradesperson.</p>

                        <p>Your booking includes up to 45 minutes of hands-on expertise, and your qualified expert will always aim to complete the job within this time. If extra time, work, or materials are needed, you’ll receive a clear, no-pressure quote before anything goes ahead — no surprises, no hidden fees.</p>

                        <p>£99 + VAT per call-out — clear, simple, and built around you.</p>
                    </div>
                </div>
                <div class="sec-postcode col-xs-12 location_filter">
                    <div class="postcode-area-inner">
                        <!-- <input type="text" class="form-control" placeholder="Enter Your Postcode"> -->
                        <div id="bloodhound">
                            <?php echo Form::text('findaddress_new',isset($booking['address'])?$booking['address']:null,['class'=>'testing form-control typeahead','style'=>'width:100%important!;','id'=>'findaddress_new']); ?>

                        </div>
                        <div class="ic-map">
                            <i class="fa fa-map-marker" aria-hidden="true"></i>
                        </div>
                        <a href="<?php echo e(route('booking.treatment')); ?>" class="btn-book"><i class="fa fa-arrow-right fa-1x"></i></a>
                    </div>
                    <?php if($errors->any()): ?>
                    <div class="sec-postcode">
                        <div class="postcode-area-inner">
                            <div id="bloodhound">
                                <div class="alert alert-dismissable alert-danger">
                                    <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                                        <span aria-hidden="true">&times;</span>
                                    </button>
                                    <strong>
                                        <?php echo e($errors->first()); ?>

                                    </strong>
                                </div>
                            </div>
                        </div>
                    </div>
                    <?php endif; ?>
                </div>
                <!-- <?php if($errors->any()): ?>
                <div class="sec-postcode">
                    <div class="postcode-area-inner">
                        <div id="bloodhound">
                            <div class="alert alert-dismissable alert-danger">
                                <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                                    <span aria-hidden="true">&times;</span>
                                </button>
                                <strong>
                                    <?php echo e($errors->first()); ?>

                                </strong>
                            </div>
                        </div>
                    </div>
                </div>
                <?php endif; ?> -->
                <div class="col-xs-12" style="text-align: center;">
                    <div class="card-video">
                        <!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/D0UnqGm_miA?si=tjzcXY1PKZiPY1mJ&amp;start=4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> -->

                        <!-- <iframe width="560" height="315" src="<?php echo e(asset('/themes/frontend_new/assets/img/membership-video.mp4')); ?>" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>  -->

                        <video id="home_hero" controls loop>
                            <source src="<?php echo e(asset('/themes/frontend_new/assets/img/membership-video.mp4')); ?>" type="video/mp4">
                            Your browser does not support the video tag.
                        </video>
                    </div>
                </div>
                <div class="col-md-3 col-sm-3 col-xs-3">
                    <div class="icon-detail-box">
                        <div class="icon">
                            <img src="https://test.tradze.com/themes/frontend_new/assets/img/home-step-1.svg" alt="">

                        </div>
                        <div class="detail">
                            <p>Tradze connects you with skilled tradespeople for all your home and business needs, from plumbers and carpenters to pest control experts and handymen.</p>
                        </div>
                    </div>
                </div>
                <div class="col-md-3 col-sm-3 col-xs-3">
                    <div class="icon-detail-box">
                        <div class="icon">
                            <img src="https://test.tradze.com/themes/frontend_new/assets/img/home-step-2.svg" alt="">
                        </div>
                        <div class="detail">
                            <p>With our Rapid Response feature, locate and track the nearest tradesperson in just 15 minutes—ideal for emergencies or urgent projects.</p>
                        </div>
                    </div>
                </div>
                <div class="col-md-3 col-sm-3 col-xs-3">
                    <div class="icon-detail-box">
                        <div class="icon">
                            <img src="https://test.tradze.com/themes/frontend_new/assets/img/home-step-3.svg" alt="">
                        </div>
                        <div class="detail">
                            <p>For tradespeople, Tradze is a platform to expand your reach, connect with new clients, and grow your business.</p>
                        </div>
                    </div>
                </div>
                <div class="col-md-3 col-sm-3 col-xs-3">
                    <div class="icon-detail-box">
                        <div class="icon">
                            <img src="https://test.tradze.com/themes/frontend_new/assets/img/home-step-4.svg" alt="">
                        </div>
                        <div class="detail">
                            <p>At Tradze, we simplify and speed up finding and offering professional trade services. Join us today!</p>
                        </div>
                    </div>
                </div>

                <div class="col-xs-12 van-animated-home">
                    <div style="overflow: hidden; margin: 0 auto;">
                        <img src="https://test.tradze.com/themes/frontend_new/assets/img/tradze-van-home.gif" alt="" class="van-img">
                    </div>

                </div>

            </div>
    </section>



    <!-- <div class="desktop-home">
    <div class="container">
        <div class="banner_wrap">
            <div class="imgbox">
                <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/why-zenstars.jpg')); ?>" alt="">
            </div>
        </div>
    </div>
    
</div> -->

    <!-- <div class="mobile-home">
    <div class="container">
        <div class="banner_wrap">
            <div class="imgbox">
                <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/mobile-home/why-zenstars.jpg')); ?>" alt="">
                <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/mobile-home/effortless.jpg')); ?>" alt="">
                <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/mobile-home/trustworthy.jpg')); ?>" alt="">
                <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/mobile-home/transparent.jpg')); ?>" alt="">
            </div>
        </div>
    </div> -->
    <!-- <div class="services_wrap">
        <div class="container">
            <div class="banner_wrap">
                <div class="imgbox">
                    <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/mobile-home/how-to-operate.jpg')); ?>" alt="">
                    <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/mobile-home/step1.jpg')); ?>" alt="">
                    <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/mobile-home/step2.jpg')); ?>" alt="">
                    <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/mobile-home/step3.jpg')); ?>" alt="">
                    <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/mobile-home/step4.jpg')); ?>" alt="">
                    <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/mobile-home/step5.jpg')); ?>" alt="">
                </div>
            </div>
        </div>
    </div> -->
    <!-- </div> -->


    <!-- start text-->
    <!-- <div class="text-zone text-center">
        <div class="text-zone-title"><?php echo e($page->subtitle); ?></div>
        <div class="text-zone-description">
           <?php echo $page->body; ?>

        </div>
        <p class="bottom-border"></p>
    </div> -->


    <!--   <div class="row custom-row row-cover">
         <div class="col-3">
            <div class="box-inner">
               <div class="imgbox">
                  <img src="<?php echo e(asset('/themes/frontend_new/assets/img/home1.jpeg')); ?>" alt="">
               </div>
               <p>Working together,<br> stars<br> light the universe.<br> That's the power of <br>team work.</p>
            </div>
         </div>
         <div class="col-3">
            <div class="box-inner">
               <div class="imgbox">
                  <img src="<?php echo e(asset('/themes/frontend_new/assets/img/home2.jpeg')); ?>" alt="">
               </div>
               <p>Knowledge & Wisdom<br>  delivered<br>  by trusted practitioners.</p>
            </div>
         </div>
         <div class="col-3">
            <div class="box-inner">
               <div class="imgbox">
                  <img src="<?php echo e(asset('/themes/frontend_new/assets/img/home3.jpg')); ?>" alt="">
               </div>
               <p> Fuel <br> your Passion<br>  with <br> Salon De Beauté.</p>
            </div>
         </div>
    </div> -->
    <!-- end text-->


    <div class="container">

        <div class="clients-logos">
            <div class="owl-featured owl-featured-v-2 owl-theme ">


                <?php if(isset($featured_salon_users) && count($featured_salon_users) > 0): ?>
                <?php foreach($featured_salon_users as $featured_salon_user): ?>
                <div class="item row-featured">

                    <div class="box-inner">
                        <div class="imgbox">
                            <!-- <img src="http://testt.zenlondon.co.uk/themes/frontend_new/assets/img/home1.jpeg" alt=""> -->
                            <img src="<?php echo e(asset('/images'. '/' .$featured_salon_user->profile->avatar)); ?>" alt="">
                        </div>
                    </div>
                    <div class="star-reviews">
                        <span class="salon_name"><?php echo e($featured_salon_user->name); ?></span>
                        <button class="info-button see-salon-info" salon="<?php echo e($featured_salon_user->id); ?>" availability="1"><img width="50" height="auto" src="<?php echo e(asset('themes/frontend_new/assets/img/info.jpg')); ?>" /></button>
                        <div class="stars">
                            <?php for ($i = 1; $i <= 5; $i++) { ?>
                                <?php if($featured_salon_user->salon_overall_rating['salon_rating'] >= $i): ?>
                                <i class="fa-solid fa-star fa-2xl"></i>
                                <?php else: ?>
                                <!-- <i class="fa-solid fa-star fa-2xl" ></i> -->
                                <i class="fa-solid fa-star opacity_star fa-2xl" style="color: #f5f2b3;"></i>
                                <?php endif; ?>
                            <?php } ?>
                        </div>
                    </div>

                </div>
                <?php endforeach; ?>
                <?php endif; ?>

                <?php if(isset($featured_therapist_users) && count($featured_therapist_users) > 0): ?>
                <?php foreach($featured_therapist_users as $featured_therapist_user): ?>
                <div class="item row-featured">

                    <div class="box-inner">
                        <div class="imgbox">
                            <!-- <img src="http://testt.zenlondon.co.uk/themes/frontend_new/assets/img/home1.jpeg" alt=""> -->
                            <img src="<?php echo e(asset('/images'. '/' .$featured_therapist_user->profile->avatar)); ?>" alt="">
                        </div>
                    </div>
                    <div class="star-reviews">
                        <span class="salon_name"><?php echo e($featured_therapist_user->name); ?></span>
                        <button class="info-button see-therapist-info" therapist="<?php echo e($featured_therapist_user->id); ?>" availability="1"><img width="50" height="auto" src="<?php echo e(asset('themes/frontend_new/assets/img/info.jpg')); ?>" /></button>
                        <div class="stars">
                            <?php for ($i = 1; $i <= 5; $i++) { ?>
                                <?php if($featured_therapist_user->therapist_overall_rating >= $i): ?>
                                <i class="fa-solid fa-star fa-2xl"></i>
                                <?php else: ?>
                                <i class="fa-solid fa-star opacity_star fa-2xl" style="color: #f5f2b3;"></i>
                                <!-- <i class="fa-solid fa-star fa-2xl" ></i> -->
                                <?php endif; ?>
                            <?php } ?>
                        </div>
                    </div>

                </div>
                <?php endforeach; ?>
                <?php endif; ?>
            </div>
        </div>
    </div>



    <div class="popular_services">
        <!-- <div class="container">
            <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/popular-services-heading.jpg')); ?>"/>
        </div> -->
        <!--         <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/popular-services.jpg')); ?>"/>
 -->
        <div class="container_data">

            <div class="page-content1">
                <div class="gray-background portfolios services-banner row">

                    <div class="vamtam-project">
                        <div class="portfolio-item-wrapper col-md-4 col-sm-6 event_wrapper">
                            <div class="portfolio_details">
                                <span>
                                    <h3 class="title">
                                        <a href="#carousel-example-generic" class="project-title " target="_self">PEST CONTROL</a>
                                    </h3>
                                </span>
                            </div>
                            <div class="portfolio-image">
                                <div class="thumbnail">
                                    <a href="#carousel-example-generic" class="meta " target="_self">
                                        <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/popular-services-2/pest-control.jpeg')); ?>" title="PEST CONTROL"></a>
                                </div>
                            </div>
                        </div>
                    </div>

                    <div class="vamtam-project">
                        <div class="portfolio-item-wrapper col-md-4 col-sm-6 event_wrapper">
                            <div class="portfolio_details">
                                <span>
                                    <h3 class="title">
                                        <a href="#carousel-example-generic" class="project-title " target="_self">BUILDER</a>
                                    </h3>
                                </span>
                            </div>
                            <div class="portfolio-image">
                                <div class="thumbnail">
                                    <a href="#carousel-example-generic" class="meta " target="_self">
                                        <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/popular-services-2/builder.jpeg')); ?>" title="BUILDER"></a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="vamtam-project">
                        <div class="portfolio-item-wrapper col-md-4 col-sm-6 event_wrapper">
                            <div class="portfolio_details">
                                <span>
                                    <h3 class="title">
                                        <a href="#carousel-example-generic" class="project-title " target="_self">HANDY MAN</a>
                                    </h3>
                                </span>
                            </div>
                            <div class="portfolio-image">
                                <div class="thumbnail">
                                    <a href="#carousel-example-generic" class="meta " target="_self">
                                        <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/popular-services-2/handy-man.jpeg')); ?>" title="HANDY MAN"></a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="vamtam-project">
                        <div class="portfolio-item-wrapper col-md-4 col-sm-6 event_wrapper">
                            <div class="portfolio_details">
                                <span>
                                    <h3 class="title">
                                        <a href="#carousel-example-generic" class="project-title " target="_self">ROOFER</a>
                                    </h3>
                                </span>
                            </div>
                            <div class="portfolio-image">
                                <div class="thumbnail">
                                    <a href="#carousel-example-generic" class="meta " target="_self">
                                        <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/popular-services-2/roofer.jpeg')); ?>" title="ROOFER"></a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="vamtam-project">
                        <div class="portfolio-item-wrapper col-md-4 col-sm-6 event_wrapper">
                            <div class="portfolio_details">
                                <span>
                                    <h3 class="title">
                                        <a href="#carousel-example-generic" class="project-title " target="_self">ELECTRICIAN</a>
                                    </h3>
                                </span>
                            </div>
                            <div class="portfolio-image">
                                <div class="thumbnail">
                                    <a href="#carousel-example-generic" class="meta " target="_self">
                                        <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/popular-services-2/electrician.jpeg')); ?>" title="ELECTRICIAN"></a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="vamtam-project">
                        <div class="portfolio-item-wrapper col-md-4 col-sm-6 event_wrapper">
                            <div class="portfolio_details">
                                <span>
                                    <h3 class="title">
                                        <a href="#carousel-example-generic" class="project-title " target="_self">PLUMBER</a>
                                    </h3>
                                </span>
                            </div>
                            <div class="portfolio-image">
                                <div class="thumbnail">
                                    <a href="#carousel-example-generic" class="meta " target="_self">
                                        <img class="img-responsive" src="<?php echo e(asset('/themes/frontend_new/assets/img/popular-services-2/plumber.jpeg')); ?>" title="PLUMBER"></a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- start steps-->

    <!-- start title steps-->
    <?php /* <div class="row">
        <div class="col-xs-12 col-sm-12 col-md-1 col-lg-2"></div>
        <div class="col-xs-12 col-sm-12 col-md-10 col-lg-8">
            <div class="center-text">
                <div class="row inline-position no-gutters">
                    <div class="col-xs-1 col-sm-1 col-md-1 col-lg-1"><img class="img-responsive clock-icon" src="<?php echo e(asset('/themes/frontend_new/assets/img/clock-icon.png')); ?>"/></div>
    <div class="col-xs-9 col-sm-8 col-md-8 col-lg-8">
        <div class="steps-title">Absolute Real Time Tracking!</div>
        <div class="steps-subtitle">Relaxation now. Book an instant massage with one of our therapists currently close to you and have them there within the hour.</div>
    </div>
    <div class="col-xs-2 col-sm-3 col-md-3 col-lg-3"><img class="img-responsive timmer-icon" src="<?php echo e(asset('/themes/frontend_new/assets/img/timmer-icon.png')); ?>" /></div>
    </div>
    </div>
    <div class="center-text">
        <div class="steps-subtitle">
            <p>Alternatively, book your treatment in advance and await retirement to a place of complete relaxation and tranquillity.</p>
            <p>Just a few clicks away– book a massage whilst you are on the go via our Number 1 app!</p>

            <div>Connect to a therapist in your area at the time via our GPS and real time tracking technology</div>
            <div>Receive your confirmations</div>
            <div>View your treatments</div>
            <div>Track your therapist via your app</div>
            <div>Pay for your massage via credit card or cash</div>

        </div>


    </div>
    </div>
    <div class="col-xs-12 col-sm-12 col-md-1 col-lg-2 col-centered"></div>
    </div> */ ?>
    <!-- end title steps-->

    <!-- start steps listing-->
    <?php /* <div class="steps-listing">
        <div class="row">
            <div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
                <div><img class="img-responsive step-pic" src="<?php echo e(asset('/themes/frontend_new/assets/img/step-01.png')); ?>"/></div>
    <div class="step">
        STEP ONE
    </div>
    <div class="step">Now or later?</div>
    <div class="step-text">
        Decide whether you would like an instant massage today by clicking massage me now using our real time tracking system, or if you would prefer your treatment on a later date click massage me later.
    </div>
    </div>

    <div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
        <div><img class="img-responsive step-pic" src="<?php echo e(asset('/themes/frontend_new/assets/img/step-02.png')); ?>" /></div>
        <div class="step">
            STEP TWO
        </div>
        <div class="step">
            Your location?
        </div>
        <div class="step-text">
            Enter your postal code and confirm your address. Select the duration of your massage you require. Choose between our wide range of treatment options available, and then simply pick one of our expert therapists.
        </div>
    </div>

    <div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
        <div><img class="img-responsive step-pic" src="<?php echo e(asset('/themes/frontend_new/assets/img/step-03.png')); ?>" /></div>
        <div class="step">
            STEP THREE
        </div>
        <div class="step">
            Confirmation
        </div>
        <div class="step-text">
            Confirm your booking pay via credit card or cash. Receive your instant confirmation via email and also in your personal iOS or Android application, sit back and await complete relaxation!
        </div>
    </div>
    </div>
    </div> */ ?>
    <!-- end steps listing-->

    <!-- end steps-->

    <?php /*start carousel treatments*/ ?>
    <?php /* <?php echo $__env->make('frontend_new.partials.treatments-list', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> */ ?>
    <?php /*end carousel treatments*/ ?>

    <?php /*start marketing message*/ ?>
    <?php if($offerSlider->count()>0): ?>
    <?php /*<div class="yellow-background">
    <div class="container">
        <div class="bg-relative">
            <div class="title"><?php echo e($offerSlider->name); ?></div>
    <div class="text">We provide a mobile massage service for those stressful days when you don't have the energy to leave your home office or hotel but need a pair of healing hands...</div>
    <div class="advantages">
        <ul>
            <?php foreach($offerSlider->duration_options as $service): ?>
            <li><?php echo e($service->name); ?></li>
            <?php endforeach; ?>
        </ul>
    </div>

    <span class="hide-tel hide-tab">
        */ ?><?php /*<a href="<?php echo e(route('bookings.book_now')); ?>" class="book-btn hide-tel">BOOK A MASSAGE</a>*/ ?><?php /*
            </span>

            <a href="https://itunes.apple.com/us/app/zen-london/id1241246310?l=en&ls=1&mt=8" target="_blank"><img src="<?php echo e(asset('/themes/frontend_new/assets/img/badge-appstore.png')); ?>" width="155"/></a>
        <span class="hide-desktop">
            <div style="margin-top:3px;"></div>
        </span>
        <a href="https://play.google.com/store/apps/details?id=ro.concept24.ZenLondonMassage" target="_blank"><img src="<?php echo e(asset('/themes/frontend_new/assets/img/badge-google-play.png')); ?>" width="155" /></a>



        <div class="pic-hand">
            <img class="img-responsive hide-tel" src="<?php echo e(asset('/themes/frontend_new/assets/img/massage-marketing.png')); ?>" />
            <img class="img-responsive hide-desktop hide-tab" src="<?php echo e(asset('/themes/frontend_new/assets/img/massage-marketing-tel.png')); ?>" />
        </div>

        <!-- start price info desktop & tableta-->
        <div class="promo_price">
            <div class="price_title"><a href="<?php echo e(route('bookings.book_now')); ?>">Prices from</a></div>
            <div class="price_nr"><a href="<?php echo e(route('bookings.book_now')); ?>">&#8356;<?php echo e($offerSlider->starts_from); ?>*</a></div>
            <div class="price_mention"><a href="<?php echo e(route('bookings.book_now')); ?>">*terms apply</a></div>
        </div>
        <!-- end price info desktop & tableta-->
        </div>
        </div>
        </div>*/ ?>
        <?php endif; ?>
        <?php /*end marketing message*/ ?>

        <!-- Modal -->
        <div class="modal fade featured-info" id="info-therapist" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
            <div class="modal-dialog" role="document">
                <div class="modal-content">
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>

                    <div class="modal-body">
                        <?php /*load ajax therapis info*/ ?>
                    </div>
                </div>
            </div>
        </div>

        <?php /*start footer*/ ?>
        <?php echo $__env->make('frontend_new.partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        <?php /*end footer*/ ?>

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

        <!--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="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js"></script>
        <script>
            //view therapist info
            $("body").on('click', '.see-therapist-info, .see-availablility', function() {
                var bigContainer = $('.light-bg');
                var thId = $(this).attr('therapist');
                $.ajax({
                        method: "POST",
                        url: "<?php echo e(route('bookings.view-therapist-info')); ?>",
                        cache: false,
                        data: {
                            'thID': thId,
                            'availability': $(this).attr('availability')
                        },
                        beforeSend: function() {},
                        dataType: "json",
                    })
                    .done(function(data) {
                        bigContainer.removeClass('blocked');
                        $('#info-therapist').find('.modal-body').html("<span><i class='fa fa-spin fa-spinner fa-4x'></i></span>");
                        $('#info-therapist').find('.modal-body').html(data.partial);
                        $('[data-toggle="tooltip"]').tooltip();

                        if (!data.availability) {
                            $('#info-therapist').find('#modal-booking-action').hide();
                        }
                        $('#info-therapist .nav-tabs li').removeClass('active');
                        $('#info-therapist .nav-tabs li.info-tab a').trigger('click');
                        $('#info-therapist').modal('show');

                        $(".owl-select-date-tab").owlCarousel({
                            autoPlay: false, //Set AutoPlay to 3 seconds
                            navigation: true,
                            pagination: false,
                            itemsCustom: [
                                [0, 3],
                                [450, 3],
                                [600, 3],
                                [700, 4],
                                [1000, 6],
                                [1200, 5],
                                [1400, 5],
                                [1600, 6]
                            ],
                        });
                    });
            });


            // View Slaon Info
            $("body").on('click', '.see-salon-info, .see-availablility', function() {
                var bigContainer = $('.light-bg');
                var thId = $(this).attr('salon');
                $.ajax({
                        method: "POST",
                        url: "<?php echo e(route('bookings.view-salon-info')); ?>",
                        cache: false,
                        data: {
                            'thID': thId,
                            'availability': $(this).attr('availability')
                        },
                        beforeSend: function() {},
                        dataType: "json",
                    })
                    .done(function(data) {
                        // console.log("called");
                        bigContainer.removeClass('blocked');
                        $('#info-therapist').find('.modal-body').html("<span><i class='fa fa-spin fa-spinner fa-4x'></i></span>");
                        $('#info-therapist').find('.modal-body').html(data.partial);
                        $('[data-toggle="tooltip"]').tooltip();

                        if (!data.availability) {
                            $('#info-therapist').find('#modal-booking-action').hide();
                        }
                        $('#info-therapist .nav-tabs li').removeClass('active');
                        $('#info-therapist .nav-tabs li.info-tab a').trigger('click');
                        $('#info-therapist').modal('show');
                        initMap2();
                        $(".owl-select-date-tab").owlCarousel({
                            autoPlay: false, //Set AutoPlay to 3 seconds
                            navigation: true,
                            pagination: false,
                            itemsCustom: [
                                [0, 3],
                                [450, 3],
                                [600, 3],
                                [700, 4],
                                [1000, 6],
                                [1200, 5],
                                [1400, 5],
                                [1600, 6]
                            ],
                        });
                    });
            });


            $(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: false,
                    itemsCustom: [
                        [0, 2],
                        [450, 2],
                        [600, 3],
                        [700, 3],
                        [1000, 4],
                        [1200, 7],
                        [1400, 7],
                        [1600, 7]
                    ],
                });

                $(".owl-featured").owlCarousel({
                    autoPlay: 3000, //Set AutoPlay to 3 seconds
                    navigation: false,
                    loop: true,
                    pagination: false,
                    stagePadding: 50,
                    margin: 20,
                    itemsCustom: [
                        [0, 1],
                        [450, 2],
                        [600, 2],
                        [700, 2],
                        [1000, 3],
                        [1200, 4],
                        [1400, 4],
                        [1600, 4]
                    ],
                });

            });
        </script>

</body>

</html>

ZeroDay Forums Mini