Server IP : 66.29.132.124 / Your IP : 18.191.192.113 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 : |
<div class="filter-item filter-simple dropdown"> <div class="form-group dropdown-toggle" data-toggle="dropdown" > <h3 class="filter-title"><?php echo e(__('Price filter')); ?> <i class="fa fa-angle-down"></i></h3> </div> <div class="filter-dropdown dropdown-menu dropdown-menu-right"> <div class="bravo-filter-price"> <?php $price_min = $pri_from = floor ( App\Currency::convertPrice($event_min_max_price[0]) ); $price_max = $pri_to = ceil ( App\Currency::convertPrice($event_min_max_price[1]) ); if (!empty($price_range = Request::query('price_range'))) { $pri_from = explode(";", $price_range)[0]; $pri_to = explode(";", $price_range)[1]; } $currency = App\Currency::getCurrency( App\Currency::getCurrent() ); ?> <input type="hidden" class="filter-price irs-hidden-input" name="price_range" data-symbol=" <?php echo e($currency['symbol'] ?? ''); ?>" data-min="<?php echo e($price_min); ?>" data-max="<?php echo e($price_max); ?>" data-from="<?php echo e($pri_from); ?>" data-to="<?php echo e($pri_to); ?>" readonly="" value="<?php echo e($price_range); ?>"> <div class="text-right"> <br> <a href="#" onclick="return false;" class="btn btn-primary btn-sm btn-apply-advances"><?php echo e(__("APPLY")); ?></a> </div> </div> </div> </div> <?php /**PATH /home/book24/public_html/modules/Event/Views/frontend/layouts/search-map/fields/price.blade.php ENDPATH**/ ?>