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/framework/views/ |
<?php if($therapist || isset($massage)): ?>
<div class="row">
<div class="col-lg-6 col-md-4 col-sm-4">
<div><img class="img-responsive img-big" src="<?php echo e($therapist['data']->avatarUrl); ?>"/></div>
</div>
<div class="col-lg-6 col-md-8 col-sm-8">
<div class="therapist-box-inner">
<div class="availability-gradient">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="info-tab"><a href="#info" aria-controls="info" role="tab" data-toggle="tab">INFO</a></li>
<!-- <li role="presentation" class="active availability"><a href="#availability" aria-controls="info" role="tab" data-toggle="tab">AVAILABILITY</a></li> -->
<!-- <li role="presentation" class="my-work"><a href="#myWork" aria-controls="info" role="tab" data-toggle="tab">MY WORK</a></li> -->
<li role="presentation"><a href="#reviews1" aria-controls="reviews" role="tab" data-toggle="tab">REVIEWS</a></li>
<?php //print_r($therapist['data']->profile->massage_table_status); die();
$massage_table_status = !empty($therapist['data']->profile->massage_table_status) && isset($massage[0]->is_massage) ? $therapist['data']->profile->massage_table_status:0 ;
?>
<?php if($massage_table_status): ?>
<li>
<a href="javascript:void(0)" class="badge-massage-table-tooltip" data-toggle="tooltip" data-placement="bottom" title="<?php echo e(trans('users::therapists.massage_table_included')); ?>">
<span class="badge-massage-table badge-gradient-img">
<?php /* <img class="img-badge-massage-table" src="<?php echo e(asset('/themes/frontend_new/assets/img/icon-massage-table.JPG')); ?>"/> */ ?>
<i class="fa fa-cogs"></i>
</span>
</a></li>
<?php endif; ?>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane" id="info">
<div class="therapist_name"><?php echo e($therapist['data']->name); ?></div>
<?php if((isset($therapist['data']->show_email) && $therapist['data']->show_email == 1) || (isset($therapist['data']->profile->show_mobile_number) && $therapist['data']->profile->show_mobile_number == 1)): ?>
<div class="treatments-title">Contact Details:</div>
<div class="massage_type" style="height: 76px !important;">
<?php if(isset($therapist['data']->show_email) && $therapist['data']->show_email == 1): ?>
<span class="mg-r-10 become-btn detail-btn"><a target="_blank" href="mailto:<?php echo e($therapist['data']->email); ?>"><i class="fa-solid fa-envelope fa-xl"></i> Email</a></span>
<?php endif; ?>
<?php if(isset($therapist['data']->profile->show_mobile_number) && $therapist['data']->profile->show_mobile_number == 1): ?>
<span class="mg-r-10 become-btn detail-btn"><a target="_blank" href="tel:<?php echo e($therapist['data']->profile->mobile_number); ?>"><i class="fa-solid fa-phone fa-xl"></i> <?php echo $therapist['data']->profile->mobile_number; ?> </a></span>
<?php endif; ?>
<?php if(!empty($therapist['data']->profile->website_url)): ?>
<span class="mg-r-10 become-btn detail-btn"><a target="_blank" href="<?php echo e($therapist['data']->profile->website_url); ?>"><i class="fa-solid fa-globe fa-xl"></i> Website </a></span>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if(isset($therapist['data']->instagram_id) || isset($therapist['data']->facebook_id) || isset($therapist['data']->tictok_id) || isset($therapist['data']->youtube_id)): ?>
<div class="treatments-title">Social Media Accounts:</div>
<div class="massage_type" style="height: 46px !important;">
<?php if(isset($therapist['data']->instagram_id) && $therapist['data']->instagram_id !== ''): ?><a href="<?php echo $therapist['data']->instagram_id; ?>" target="_blank"><i class="fa fa-instagram fa-3x"></i></a> <?php endif; ?> <?php if(isset($therapist['data']->facebook_id) && $therapist['data']->facebook_id !== ''): ?><a href="<?php echo $therapist['data']->facebook_id; ?>" target="_blank"><i class="fa fa-facebook-square fa-3x"></i></a> <?php endif; ?> <?php if(isset($therapist['data']->tictok_id) && $therapist['data']->tictok_id !== ''): ?><a href="<?php echo $therapist['data']->tictok_id; ?>" target="_blank"><i class="fab fa-tiktok fa-3x"></i></a> <?php endif; ?> <?php if(isset($therapist['data']->youtube_id) && $therapist['data']->youtube_id !== ''): ?><a href="<?php echo $therapist['data']->youtube_id; ?>" target="_blank"><i class="fab fa-youtube fa-3x"></i></a> <?php endif; ?>
</div>
<?php endif; ?>
<div class="treatments-title">About:</div>
<div class="therapist-description">
<?php echo $therapist['data']->profile->about; ?>
</div>
<div class="treatments-title">Timing:</div>
<div class="massage_type">
<div class="col-md-12">
<div class="sd-timening">
<div class="sheduled-listing-main">
<?php if(isset($therapist['data']->workingdays)): ?>
<?php foreach($therapist['data']->workingdays as $weekday): ?>
<?php if($weekday->dayoff == 1): ?>
<div class="sheduled_inner">
<div class="sheduled_inner_block">
<div class="block_sheduled">
<div class="list_greedIcon set_closed">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><circle cx="178" cy="536" r="6" transform="translate(-172 -530)" fill="#3ba150"></circle></svg>
</div>
<div class="week_elemets">
<span class="set_closed"><?php echo e($weekday->name); ?></span>
</div>
</div>
</div>
<div class="sheduled_elemetslayer">
<span class="set_closed">closed</span>
</div>
</div>
<?php else: ?>
<div class="sheduled_inner">
<div class="sheduled_inner_block">
<div class="block_sheduled">
<div class="list_greedIcon ">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><circle cx="178" cy="536" r="6" transform="translate(-172 -530)" fill="#3ba150"></circle></svg>
</div>
<div class="week_elemets">
<span class="set_open"><?php echo e($weekday->name); ?></span>
</div>
</div>
</div>
<div class="sheduled_elemetslayer">
<span class="set_open"> <?php echo e($weekday->bo_start); ?> – <?php echo e($weekday->bo_end); ?></span>
</div>
</div>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane active" id="availability">
<?php /*start slider select date*/ ?>
<div class="select-date-tab">
<div class="select-info calender-gradient">
<?php /*start pate-title*/ ?>
<div class="page_title">Select Date & Time</div>
<?php /*start page-title*/ ?>
<?php /*start slider*/ ?>
<?php /*<div class="month-name">January</div>*/ ?>
<div class="owl-select-date-tab owl-theme owl-carousel owl-theme-int" id="selected-teharpist-calendar-dates">
<?php foreach($all_days as $day): ?>
<div class="item <?php if($day['is-active']): ?> active-item <?php endif; ?> pick-a-day-selected-teharpist" date="<?php echo e($day['date']); ?>" thId="<?php echo e($therapist['data']->id); ?>">
<div class="name-day"><?php echo e($day['info']['name-day']); ?></div>
<div class="nr-date"><?php echo e($day['info']['nr-date']); ?></div>
<div class="month-name"><?php echo e($day['info']['month-name']); ?></div>
</div>
<?php endforeach; ?>
</div>
<?php /*end slider*/ ?>
</div>
<img class="img-responsive full-width hide-tab hide-tel" src="<?php echo e(asset('themes/frontend_new/assets/img/slider-calendar-bg.jpg')); ?>"/>
<img class="img-responsive full-width hide-desktop" src="<?php echo e(asset('themes/frontend_new/assets/img/slider-calendar-bg-tab.jpg')); ?>"/>
</div>
<?php /*end slider select date*/ ?>
<div class="available-hours available-hours-gradient" id="therapist-hours">
<?php /*loading therapis hours by ajax*/ ?>
</div>
</div>
<div role="tabpanel" class="tab-pane " id="myWork">
<div class="select-date-tab">
<div class="mywork-slider">
<div class="owl-carousel1 owl-theme1 myWorktheme1 clearfix">
<?php if(isset($therapist['data']->mywork)): ?>
<?php foreach($therapist['data']->mywork as $mywork): ?>
<div class="item col-md-3 col-sm-3 col-xs-6 work_img_wrapp">
<div class="gallery-slider event_gallery1">
<div class="event_img_wrapper1 myWorkImg">
<a data-fancybox="gallery" class="myWork_Img">
<img class="img-responsive img-roundedd image-spacing" src="<?php echo e(asset('/').$mywork->path); ?>" alt="">
</a>
</div>
<!-- <div class="event_img_wrapper1 myWorkImg">
<a data-fancybox="gallery1" >
<img class="img-responsive1 img-roundedd image-spacing1" src="http://testt.zenlondon.co.uk/images/events/gallery/qza6mq37ttx7yoqhyt4i-uggs.jpg" alt="">
</a>
</div> -->
</div>
</div>
<?php endforeach; ?>
<?php endif; ?>
<!-- <div class="item">
<div class="gallery-slider event_gallery1">
<div class="event_img_wrapper1 myWorkImg">
<a data-fancybox="gallery1" >
<img class="img-responsive1 img-roundedd image-spacing1" src="http://testt.zenlondon.co.uk/images/events/gallery/qza6mq37ttx7yoqhyt4i-uggs.jpg" alt="">
</a>
</div>
<div class="event_img_wrapper1 myWorkImg">
<a data-fancybox="gallery1" >
<img class="img-responsive1 img-roundedd image-spacing1" src="http://testt.zenlondon.co.uk/images/events/gallery/qza6mq37ttx7yoqhyt4i-uggs.jpg" alt="">
</a>
</div>
</div>
</div>
<div class="item">
<div class="gallery-slider event_gallery1">
<div class="event_img_wrapper1 myWorkImg">
<a data-fancybox="gallery1" >
<img class="img-responsive1 img-roundedd image-spacing1" src="http://testt.zenlondon.co.uk/images/events/gallery/qza6mq37ttx7yoqhyt4i-uggs.jpg" alt="">
</a>
</div>
<div class="event_img_wrapper1 myWorkImg">
<a data-fancybox="gallery1" >
<img class="img-responsive1 img-roundedd image-spacing1" src="http://testt.zenlondon.co.uk/images/events/gallery/qza6mq37ttx7yoqhyt4i-uggs.jpg" alt="">
</a>
</div>
</div>
</div>
<div class="item">
<div class="gallery-slider event_gallery1">
<div class="event_img_wrapper1 myWorkImg">
<a data-fancybox="gallery1" >
<img class="img-responsive1 img-roundedd image-spacing1" src="http://testt.zenlondon.co.uk/images/events/gallery/qza6mq37ttx7yoqhyt4i-uggs.jpg" alt="">
</a>
</div>
<div class="event_img_wrapper1 myWorkImg">
<a data-fancybox="gallery1" >
<img class="img-responsive1 img-roundedd image-spacing1" src="http://testt.zenlondon.co.uk/images/events/gallery/qza6mq37ttx7yoqhyt4i-uggs.jpg" alt="">
</a>
</div>
</div>
</div> -->
<!-- <div class="item"><h4>5</h4></div>
<div class="item"><h4>6</h4></div> -->
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane " id="reviews1">
<!-- <div class="select-date-tab">
<div class="select-info">
<div class="page_title">Select Date & Time</div>
</div>
</div> -->
<!-- <div class="available-hours" id="therapist-hours" style="display: block;"><div class="active-button-massage">Oops!<br>
</div> -->
<div class="review-tabsection">
<div class="review-height scrollbar7" id="scroll7">
<div class="fiveRating_rating top-margin">
<div class="star-num">
<h3><?php echo e(count($therapist['data']->reviews)); ?> Reviews</h3>
</div>
<div class="total_stars">
<?php for($i = 1; $i <= 5; $i++) { ?>
<?php if($i <= $therapist['data']->salon_overall_rating['salon_rating']): ?>
<i class="fa-solid fa-star fa-2xl" style="color: #ffc800;"></i>
<?php else: ?>
<i class="fa-solid fa-star opacity_star fa-2xl" style="color: #f5f2b3;"></i>
<?php endif; ?>
<?php } ?>
</div>
</div>
<div class="clientReview-box">
<?php if(isset($therapist['data']->reviews)): ?>
<?php foreach($therapist['data']->reviews as $review): ?>
<?php if(isset($review->booking)): ?>
<?php
// echo "<pre>"; print_r($review->booking->orderInfo); die;
$info = json_decode($review->booking->orderInfo);
// echo "<pre>"; print_r($info); die;
?>
<div class="top-margin">
<div class="exellent">
<p><?php echo $review->review; ?></p>
</div>
<div class="good_reviews">
<div class="reviews_AndDetails">
<div class="treatment_block">
<p>Treatment by <?php echo e($review->therapist->name); ?><span>•</span></p>
</div>
<div class="services-done">
<p><?php if(isset($info->treatment->name)): ?>
<?php echo e($info->treatment->name); ?>
<?php endif; ?></p>
</div>
<!-- <div class="show_allBtn">
<a href="#">Show all…</a>
</div> -->
</div>
</div>
<div class="review_by">
<p>Review by <?php echo e($review->user->name); ?></p>
</div>
<div class="report_list">
<div class="report_list__layer">
<span class="report_sure">Sure </span>
<span class="report_sure_check">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
<defs>
<path id="a" d="M16.138 7.956l1.542 1.543-7.316 7.317L6.32 12.77l1.542-1.542 2.502 2.5 5.774-5.773zM12 21.818c5.422 0 9.818-4.396 9.818-9.818S17.422 2.182 12 2.182 2.182 6.578 2.182 12 6.578 21.818 12 21.818zM12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12z">
</path>
</defs>
<use fill="#00B0B9" fill-rule="evenodd" href="#a"></use>
</svg></span>
<span class="report_sureDot">•</span>
<?php if(isset($review->created_at)): ?>
<?php
$bookingDate = \Carbon\Carbon::parse($review->created_at);
$currentDate = \Carbon\Carbon::now();
$daysDifference = $currentDate->diffInDays($bookingDate);
?>
<span class="report_sureDot sure_dottext"><?php echo e($daysDifference); ?> days ago</span>
<?php endif; ?>
</div>
</div>
<div class="fiveRating_rating">
<?php for($i = 1; $i <= 5; $i++) { ?>
<?php if($i <= $review->salon_rating): ?>
<i class="fa-solid fa-star fa-2xl" style="color: #ffc800;"></i>
<?php else: ?>
<i class="fa-solid fa-star opacity_star fa-2xl" style="color: #f5f2b3;"></i>
<?php endif; ?>
<?php } ?>
</div>
</div>
<?php else: ?>
<div class="top-margin">
<div class="exellent">
<p><?php echo $review->review; ?></p>
</div>
<div class="good_reviews">
<div class="reviews_AndDetails">
<div class="treatment_block">
<?php if(isset($review->therapist)): ?>
<p>Treatment by <?php echo e($review->therapist->name); ?><span>•</span></p>
<?php endif; ?>
</div>
<div class="services-done">
</div>
<!-- <div class="show_allBtn">
<a href="#">Show all…</a>
</div> -->
</div>
</div>
<div class="review_by">
<?php if(isset($review->user)): ?>
<p>Review by <?php echo e($review->user->name); ?></p>
<?php endif; ?>
</div>
<div class="report_list">
<div class="report_list__layer">
<span class="report_sure">Sure </span>
<span class="report_sure_check">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
<defs>
<path id="a" d="M16.138 7.956l1.542 1.543-7.316 7.317L6.32 12.77l1.542-1.542 2.502 2.5 5.774-5.773zM12 21.818c5.422 0 9.818-4.396 9.818-9.818S17.422 2.182 12 2.182 2.182 6.578 2.182 12 6.578 21.818 12 21.818zM12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12z">
</path>
</defs>
<use fill="#00B0B9" fill-rule="evenodd" href="#a"></use>
</svg></span>
<span class="report_sureDot">•</span>
<?php if(isset($review->created_at)): ?>
<?php
$bookingDate = \Carbon\Carbon::parse($review->created_at);
$currentDate = \Carbon\Carbon::now();
$daysDifference = $currentDate->diffInDays($bookingDate);
?>
<span class="report_sureDot sure_dottext"><?php echo e($daysDifference); ?> days ago</span>
<?php endif; ?>
</div>
</div>
<div class="fiveRating_rating">
<?php for($i = 1; $i <= 5; $i++) { ?>
<?php if($i <= $review->salon_rating): ?>
<i class="fa-solid fa-star fa-2xl" style="color: #ffc800;"></i>
<?php else: ?>
<i class="fa-solid fa-star opacity_star fa-2xl" style="color: #f5f2b3;"></i>
<?php endif; ?>
<?php } ?>
</div>
</div>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
<!-- <div class="fiveRating_rating">
<div class="star-num">
<h3>0 Reviews</h3>
</div>
<i class="fa-solid fa-star opacity_star fa-2xl"></i>
<i class="fa-solid fa-star opacity_star fa-2xl"></i>
<i class="fa-solid fa-star opacity_star fa-2xl"></i>
<i class="fa-solid fa-star opacity_star fa-2xl"></i>
<i class="fa-solid fa-star opacity_star fa-2xl"></i>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
<?php if(in_array($therapist['data']->id,$selected)): ?>
<div><a href="#" class="selected_therapist">SELECTED</a></div>
<?php endif; ?>
<div class="sec-postcode">
<div class="postcode-area-inner">
<!-- <input type="text" class="form-control" placeholder="Enter Your Postcode"> -->
<div id="bloodhound">
<?php echo Form::text('findaddress_new2',isset($booking['address'])?$booking['address']:null,['class'=>'testing form-control typeahead','style'=>'width:100%important!;','id'=>'findaddress_new2']); ?>
</div>
<div class="ic-map">
<i class="fa fa-map-marker" aria-hidden="true"></i>
</div>
<a href="<?php echo e(url('/booking/salon/details'. '/'. $therapist['data']->id)); ?>" class="btn-book">GO TO VENUE</a>
</div>
</div>
<!-- <div id="modal-booking-action-123">
<a href="<?php echo e(url('/booking/salon/details'. '/'. $therapist['data']->id)); ?>" therapist="<?php echo e($therapist['data']->id); ?>" date="<?php echo e($selected_date); ?>" hour="<?php echo e($selectedhour); ?>" class="book_therapist book-therapist-now-modal book-nowBtnborder">GO TO VENUE</a>
</div> -->
</div>
</div>
</div>
<?php else: ?>
<div class="active-button-massage">THIS SALON IS NO LONGER AVAILABLE</div>
<?php endif; ?>