Server IP : 66.29.132.124 / Your IP : 52.15.111.109 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/Event/frontend/ |
Upload File : |
@extends('layouts.app') @section('head') <link href="{{ asset('dist/frontend/module/event/css/event.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 bravo_search_event"> <h1 class="d-none"> {{setting_item_with_lang("event_page_search_title")}} </h1> <div class="bravo_form_search_map"> @include('Event::frontend.layouts.search-map.form-search-map') </div> <div class="bravo_search_map {{ setting_item_with_lang("event_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('Event::frontend.layouts.search-map.advance-filter') <div class="listing_items"> @include('Event::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/event/js/event-map.js?_ver='.config('app.version')) }}"></script> @endsection