Server IP : 66.29.132.124 / Your IP : 3.15.138.214 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 $hotel_map_search_fields = setting_item_array('hotel_map_search_fields'); $usedAttrs = []; foreach ($hotel_map_search_fields as $field){ if($field['field'] == 'attr' and !empty($field['attr'])) { $usedAttrs[] = $field['attr']; } } $selected = (array) request()->query('terms'); ?> <div id="advance_filters" class="d-none"> <div class="ad-filter-b"> <?php $__currentLoopData = $attributes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(empty($item['hide_in_filter_search'])): ?> <?php if(in_array($item->id,$usedAttrs)) continue; $translate = $item->translateOrOrigin(app()->getLocale()); ?> <div class="filter-item"> <div class="filter-title"><strong><?php echo e($translate->name); ?></strong></div> <ul class="filter-items row"> <?php $__currentLoopData = $item->terms; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $term): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $translate = $term->translateOrOrigin(app()->getLocale()); ?> <li class="filter-term-item col-xs-6 col-md-4"> <label><input <?php if(in_array($term->id,$selected)): ?> checked <?php endif; ?> type="checkbox" name="terms[]" value="<?php echo e($term->id); ?>"> <?php echo e($translate->name); ?> </label> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="ad-filter-f text-right"> <a href="#" onclick="return false" class="btn btn-primary btn-apply-advances"><?php echo e(__("Apply Filters")); ?></a> </div> </div><?php /**PATH /home/wavevlvu/book24.ng/modules/Hotel/Views/frontend/layouts/search-map/advance-filter.blade.php ENDPATH**/ ?>