@extends('layouts.app') @section('head') @endsection @section('content')

{{setting_item_with_lang("hotel_page_search_title")}}

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