@extends('layouts.app',['container_class'=>'container-fluid','header_right_menu'=>true]) @section('head') @endsection @section('content')

{{setting_item_with_lang("tour_page_search_title")}}

@include('Tour::frontend.layouts.search-map.form-search-map')
@include('Tour::frontend.layouts.search-map.advance-filter')
@include('Tour::frontend.layouts.search-map.list-item')
@endsection @section('footer') {!! App\Helpers\MapEngine::scripts() !!} @endsection