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.138.143.69 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/themes/Mytravel/Tour/frontend/ |
Upload File : |
@extends('layouts.app',['container_class'=>'container-fluid']) @section('head') <link href="{{ asset('dist/frontend/module/tour/css/tour.css?_ver='.config('app.version')) }}" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="{{ asset("libs/ion_rangeslider/css/ion.rangeSlider.min.css") }}"/> <style type="text/css"> .bravo_footer { display: none } </style> @endsection @section('content') <div class="bravo_search_tour"> <h1 class="d-none"> {{setting_item_with_lang("tour_page_search_title")}} </h1> <div class="bravo_form_search_map"> @include('Tour::frontend.layouts.search-map.form-search-map') </div> <div class="bravo_search_map {{ setting_item_with_lang("tour_layout_map_option",false,"map_left") }}"> <div class="results_map"> <div class="map-loading d-none"> <div class="st-loader"></div> </div> <div id="bravo_results_map" class="results_map_inner"></div> </div> <div class="results_item"> @include('Tour::frontend.layouts.search-map.advance-filter') <div class="listing_items"> @include('Tour::frontend.layouts.search-map.list-item') </div> </div> </div> </div> @endsection @section('footer') {!! App\Helpers\MapEngine::scripts() !!} <script> var bravo_map_data = { markers:{!! json_encode($markers) !!} }; </script> <script type="text/javascript" src="{{ asset("libs/ion_rangeslider/js/ion.rangeSlider.min.js") }}"></script> <script type="text/javascript" src="{{ asset('module/tour/js/tour-map.js?_ver='.config('app.version')) }}"></script> @endsection