@extends('layouts.app') @push('css') @endpush @section('content')
@include('Location::frontend.layouts.details.location-banner') @include('Location::frontend.layouts.details.location-overview') @include('Location::frontend.layouts.details.location-general-info') @include('Location::frontend.layouts.details.location-map') @include('Location::frontend.layouts.details.location-service') @include('Location::frontend.layouts.details.location-trip-idea')
@endsection @push('js') {!! App\Helpers\MapEngine::scripts() !!} @endpush