@extends('layouts.app') @push('css') @endpush @section('content')

{{setting_item_with_lang("event_page_search_title")}}

@include('Event::frontend.layouts.search-map.form-search-map')
@include('Event::frontend.layouts.search-map.advance-filter')
@include('Event::frontend.layouts.search-map.list-item')
@endsection @push('js') {!! App\Helpers\MapEngine::scripts() !!} @endpush