@extends('layouts.app',['container_class'=>'container-fluid','header_right_menu'=>true])
@section('head')
@endsection
@section('content')
{{setting_item_with_lang("car_page_search_title")}}
@include('Car::frontend.layouts.search-map.form-search-map')
@include('Car::frontend.layouts.search-map.advance-filter')
@include('Car::frontend.layouts.search-map.list-item')
@endsection
@section('footer')
{!! App\Helpers\MapEngine::scripts() !!}
@endsection