Server IP : 66.29.132.124 / Your IP : 18.117.168.40 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/storage_/framework/views/ |
Upload File : |
<?php if(count($hotel_related) > 0): ?> <div class="bravo-list-hotel-related-widget"> <h3 class="heading"><?php echo e(__("Related Hotel")); ?></h3> <div class="list-item"> <?php $__currentLoopData = $hotel_related; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k=>$item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $translation_item = $item->translateOrOrigin(app()->getLocale()); ?> <div class="item"> <div class="media"> <div class="media-left"> <a href="<?php echo e($item->getDetailUrl(false)); ?>"> <?php if($item->image_url): ?> <?php if(!empty($disable_lazyload)): ?> <img src="<?php echo e($item->image_url); ?>" class="img-responsive" alt="<?php echo e($translation_item->title); ?>"> <?php else: ?> <?php echo get_image_tag($item->image_id,'thumb',['class'=>'img-responsive','alt'=>$translation_item->title]); ?> <?php endif; ?> <?php endif; ?> </a> </div> <div class="media-body"> <?php if($item->star_rate): ?> <div class="star-rate"> <?php for($star = 1 ;$star <= $item->star_rate ; $star++): ?> <i class="fa fa-star"></i> <?php endfor; ?> </div> <?php endif; ?> <h4 class="media-heading"> <a href="<?php echo e($item->getDetailUrl(false)); ?>"> <?php echo e($translation_item->title); ?> </a> </h4> <div class="price-wrapper"> <?php echo e(__("from")); ?> <span class="price"><?php echo e($item->display_price); ?></span> <span class="unit"><?php echo e(__("/night")); ?></span> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?><?php /**PATH /home/book24/public_html/modules/Hotel/Views/frontend/layouts/details/hotel-related-list.blade.php ENDPATH**/ ?>