Failed to save the file to the "xx" directory.
Failed to save the file to the "ll" directory.
Failed to save the file to the "mm" directory.
Failed to save the file to the "wp" directory.
Server IP : 66.29.132.124 / Your IP : 3.145.62.14 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 : /home/wavevlvu/book24.ng/storage/framework/views/ |
Upload File : |
<div class="item"> <a href="<?php echo e(route("hotel.search",['_layout'=>'map'])); ?>"><?php echo e(__("Show on the map")); ?></a> </div> <div class="item"> <?php $param = request()->input(); $orderby = request()->input("orderby"); ?> <div class="item-title"> <?php echo e(__("Sort by:")); ?> </div> <div class="dropdown"> <span class=" dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <?php switch($orderby): case ("price_low_high"): ?> <?php echo e(__("Price (Low to high)")); ?> <?php break; ?> <?php case ("price_high_low"): ?> <?php echo e(__("Price (High to low)")); ?> <?php break; ?> <?php case ("rate_high_low"): ?> <?php echo e(__("Rating (High to low)")); ?> <?php break; ?> <?php default: ?> <?php echo e(__("Recommended")); ?> <?php endswitch; ?> </span> <div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton"> <?php $param['orderby'] = "" ?> <a class="dropdown-item" href="<?php echo e(route("hotel.search",$param)); ?>"><?php echo e(__("Recommended")); ?></a> <?php $param['orderby'] = "price_low_high" ?> <a class="dropdown-item" href="<?php echo e(route("hotel.search",$param)); ?>"><?php echo e(__("Price (Low to high)")); ?></a> <?php $param['orderby'] = "price_high_low" ?> <a class="dropdown-item" href="<?php echo e(route("hotel.search",$param)); ?>"><?php echo e(__("Price (High to low)")); ?></a> <?php $param['orderby'] = "rate_high_low" ?> <a class="dropdown-item" href="<?php echo e(route("hotel.search",$param)); ?>"><?php echo e(__("Rating (High to low)")); ?></a> </div> </div> </div><?php /**PATH /home/book24/public_html/modules/Hotel/Views/frontend/layouts/search/orderby.blade.php ENDPATH**/ ?>