@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }}

{{ __('home.show_map') }}
@endif @endforeach
@if($errors->any())

{{ $errors->first() }}

@endif
@yield('content')
@stack('javascript')