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/efa6893b2bd4d7ce2248685718f2a1d1eb2f6a40.php
<?php if($treatment): ?>
    <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal">&times;</button>
        <h4 class="modal-title"><?php echo e($treatment[0]->name); ?></h4>
      </div>
      <div class="modal-body">
        <div class="row">
    <div class="col-lg-6 col-md-6 col-sm-5">
        <div><img class="img-responsive" src="<?php echo e(asset('images/'.$treatment[0]->image)); ?>"/></div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-7">
        <!-- <div class="therapist_name"><?php echo e($treatment[0]->name); ?></div> -->

        <div>
                
                    <div class="treatments-title">Service: <?php echo e($treatment[0]->name); ?></div>
                    <div class="therapist-description">
                    <?php if(isset($duration) && count($duration) == 1): ?>
                            Duration:- <?php echo e($duration[0]->duration); ?> MINS
                        <?php endif; ?>
                    </br>
                        <?php echo $treatment[0]->body; ?>

                    </div>
                </div>

        <!-- <div id="modal-booking-action"> -->
                <!-- <a href="<?php echo e(route('bookings.book_now_with_treatment',['id'=>$treatment[0]->id])); ?>" class="btn-book-treatment">Book this TREATMENT</a> -->
                <!-- <a id="<?php echo e($treatment[0]->id); ?>" class="btn-book-treatment" href="javascript:void(0)" onclick='select_service_duration(this)'> Book this TREATMENT </a> -->
        <!-- </div> -->

    </div>
</div>
      </div>
      <div class="modal-footer">
        <div id="modal-booking-action">
            <?php if(isset($duration) && count($duration) == 1): ?>
                <a href="javascript:void(0)" onclick='redirect_to_therapist_screen(this)' class="btn-book-treatment">Select</a>
            <?php else: ?>
                <a id="<?php echo e($treatment[0]->id); ?>" class="btn-book-treatment" href="javascript:void(0)" onclick='select_service_duration(this)'> Select</a>
            <?php endif; ?>
        </div>
      </div>
<?php else: ?>
      <div class="modal-body">
        <p>This Treatment is no longer available.</p>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
      </div>
<?php endif; ?>

ZeroDay Forums Mini