403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.133.143.118
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/storage/framework/views/511a0dd4cb023d67130599a396c712b9067bb540.php
<?php ($location_search_style = setting_item('car_location_search_style')); ?>

<div class="filter-item">
    <div class="form-group">
        <i class="field-icon fa icofont-map"></i>
        <div class="form-content">
            <?php if($location_search_style=='autocompletePlace'): ?>
                <div class="g-map-place">
                    <input type="text" style="height: 25px" name="map_place"
                           placeholder="<?php echo e(__("Where are you going?")); ?>" value="<?php echo e(request()->input('map_place')); ?>"
                           class="form-control border-0">
                    <div class="map d-none" id="map-<?php echo e(\Illuminate\Support\Str::random(10)); ?>"></div>
                    <input type="hidden" name="map_lat" value="<?php echo e(request()->input('map_lat')); ?>">
                    <input type="hidden" name="map_lgn" value="<?php echo e(request()->input('map_lgn')); ?>">
                </div>

            <?php else: ?>
                <?php
                $location_name = "";
                $list_json = [];
                $traverse = function ($locations, $prefix = '') use (&$traverse, &$list_json, &$location_name) {
                    foreach ($locations as $location) {
                        $translate = $location->translateOrOrigin(app()->getLocale());
                        if (request()->query('location_id') == $location->id) {
                            $location_name = $translate->name;
                        }
                        $list_json[] = [
                            'id' => $location->id,
                            'title' => $prefix . ' ' . $translate->name,
                        ];
                        $traverse($location->children, $prefix . '-');
                    }
                };
                $traverse($list_location);
                ?>
                <div class="smart-search">
                    <input type="text" class="smart-search-location parent_text form-control"
                           <?php echo e(( empty(setting_item("car_location_search_style")) or setting_item("car_location_search_style") == "normal" ) ? "readonly" : ""); ?> placeholder="<?php echo e(__("Where are you going?")); ?>"
                           value="<?php echo e($location_name); ?>" data-onLoad="<?php echo e(__("Loading...")); ?>"
                           data-default="<?php echo e(json_encode($list_json)); ?>">
                    <input type="hidden" class="child_id" name="location_id" value="<?php echo e(Request::query('location_id')); ?>">
                </div>
            <?php endif; ?>
        </div>
    </div>
</div>
<?php /**PATH /home/wavevlvu/book24.ng/modules/Car/Views/frontend/layouts/search-map/fields/location.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit