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/ |
<div class="row">
<?php $__empty_1 = true; foreach(collect($results)->chunk(800) as $chunkth): $__empty_1 = false; ?>
<ul class="nav hide-tel" id="nav-tabs" role="tablist">
<?php foreach($chunkth as $therapist): ?>
<!-- <li role="presentation" class="pull-left therapist <?php if(in_array($therapist->id,$selected)): ?> active <?php endif; ?>" therapist="<?php echo e($therapist->id); ?>" hour="<?php echo e($therapist->firstAvHour); ?>">
<a>
<?php if(in_array($therapist->id,$selected)): ?>
<div class="relative-position">
<div class="selected-therapist"><img src="<?php echo e(asset('themes/frontend_new/assets/img/big-check.png')); ?>"/></div>
<img class="img-circle img-responsive img-th-list" src="<?php echo e($therapist->avatarUrl); ?>" alt="<?php echo e($therapist->profile->first_name); ?>"/>
</div>
<?php else: ?>
<img class="img-circle img-responsive img-th-list" src="<?php echo e($therapist->avatarUrl); ?>"/>
<?php endif; ?>
<div class="name"><?php echo e($therapist->name); ?></div>
<div class="hour"><?php echo e($therapist->firstAvHour); ?></div>
</a>
</li> -->
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-3">
<div class="<?php if(in_array($therapist->id,$selected)): ?> therapist-bg <?php else: ?> therapist-bg <?php endif; ?>" >
<!-- <div class="info-icon">
<button class="info-button see-therapist-info" therapist="<?php echo e($therapist->id); ?>" availability="1" ><img src="<?php echo e(asset('themes/frontend_new/assets/img/info.png')); ?>"/></button>
</div> -->
<div><img class="img-responsive see-therapist-info 123" therapist="<?php echo e($therapist->id); ?>" availability="1" src="<?php echo e($therapist->avatarUrl); ?>"/></div>
<div class="therapist-name">
<?php echo e($therapist->profile->first_name); ?>
<div class="hour" style="">ETA : <?php echo e($therapist->firstAvHour); ?></div>
<!-- <?php if($therapist->has_massage_table): ?>
<a href="" class="badge-massage-table-tooltip" data-toggle="tooltip" data-placement="top" title="<?php echo e(trans('users::therapists.massage_table_included')); ?>">
<span class="badge-massage-table">
<img class="img-badge-massage-table" src="<?php echo e(asset('/themes/frontend_new/assets/img/icon-massage-table.JPG')); ?>"/>
<?php /*<i class="fa fa-bed"></i>*/ ?>
</span>
</a>
<?php endif; ?> -->
</div>
<div class="btn-book"><a href="#" therapist="<?php echo e($therapist->id); ?>" hour="<?php echo e($therapist->firstAvHour); ?>" class="book-therapist-now therapist">Add to basket</a></div>
</div>
</div>
<?php endforeach; ?>
</ul>
<?php endforeach; if ($__empty_1): ?>
<?php if(isset($bookingSession['massage']) && isset($bookingSession['duration'])): ?>
<ul class="nav nav-justified hide-tel" id="nav-tabs" role="tablist">
<li>
<!-- <div class="active-button-massage no-teharpists-message">
<?php /*NO THERAPIST IS AVAILABLE FOR MASSAGE ME NOW. CLICK ON MASSAGE ME LATER*/ ?>
<?php echo strtoupper(trans('schedules::booking.text_no_therapists_now_1')); ?><br><?php echo strtoupper(trans('schedules::booking.text_no_therapists_now_2')); ?><br><?php echo strtoupper(trans('schedules::booking.text_no_therapists_now_3')); ?><br><?php echo strtoupper(trans('schedules::booking.text_no_therapists_now_4')); ?><br><?php echo strtoupper(trans('schedules::booking.text_no_therapists_now_5')); ?>
<div class="row">
<div class="row-flex-box">
<div class="col-sm-4 right-blog">
<div class="col-sm-12">
<a href="<?php echo e(route('bookings.book_now')); ?>" class="inactive-button-massage check-booking-session-min-requirements btn-massage-me-now" massage-type="now" data-toggle="tooltip" data-placement="top" title="For real time ETA with a practitioner local to you">
<div class="icon-btn-booking">
<i class="fa fa-clock-o"></i>
</div>
Book Now
</a>
</div>
<div class="col-sm-12">
<a href="<?php echo e(route('bookings.book_later')); ?>" class="inactive-button-massage check-booking-session-min-requirements btn-massage-me-later" massage-type="later" data-toggle="tooltip" data-placement="top" title="Choose your preferred time and day with a practitioner covering your location ">
<div class="icon-btn-booking">
<i class="fa fa-history"></i>
</div>
Book Later
</a>
</div>
</div>
</div>
</div>
</div> -->
</li>
</ul>
<?php else: ?>
<ul class="nav nav-justified hide-tel" id="nav-tabs" role="tablist">
<li>
<div class="active-button-massage">ENTER THE DURATION AND THE TYPE OF MASSAGE</div>
</li>
</ul>
<?php endif; ?>
<?php endif; ?>
</div>
<!-- start therapists phone-->
<div class="row hide-desktop">
<?php $__empty_1 = true; foreach(collect($results) as $therapist): $__empty_1 = false; ?>
<div class="col-xs-3">
<?php if(in_array($therapist->id,$selected)): ?>
<div class="therapist" therapist="<?php echo e($therapist->id); ?>" hour="<?php echo e($therapist->firstAvHour); ?>" data-toggle="modal" data-target="#therapist-info">
<div class="relative-position">
<div class="selected-therapist "><img src="<?php echo e(asset('themes/frontend_new/assets/img/big-check.png')); ?>"/></div>
<img class="img-responsive pic-therapist img-circle" src="<?php echo e($therapist->avatarUrl); ?>"/>
</div>
<div class="name_therapist"><?php echo e($therapist->name); ?></div>
<div class="hour"><?php echo e($therapist->firstAvHour); ?></div>
</div>
<?php else: ?>
<div class="therapist" therapist="<?php echo e($therapist->id); ?>" hour="<?php echo e($therapist->firstAvHour); ?>" data-toggle="modal" data-target="#therapist-info">
<div><img class="img-responsive img-circle pic-therapist" src="<?php echo e($therapist->avatarUrl); ?>"/></div>
<div class="name_therapist"><?php echo e($therapist->name); ?></div>
<div class="hour"><?php echo e($therapist->firstAvHour); ?></div>
</div>
<?php endif; ?>
</div>
<?php endforeach; if ($__empty_1): ?>
<div class="col-md-12">
<?php if(isset($bookingSession['massage']) && isset($bookingSession['duration'])): ?>
<div class="no-teharpists-message">
<?php echo strtoupper(trans('schedules::booking.text_no_therapists_now')); ?> <?php echo trans('schedules::booking.text_no_therapists_now_url',['link_massage_me_later' => route('bookings.book_later')]); ?>
</div>
<?php else: ?>
<div class="">ENTER THE DURATION AND THE TYPE OF MASSAGE</div>
<?php endif; ?>
</div>
<?php endif; ?>
</div>
<!-- end therapists phone-->