@foreach (['danger', 'warning', 'success', 'info'] as $msg)
@if(Session::has('alert-' . $msg))
@endif
@endforeach
{{ Session::get('alert-' . $msg) }}
{{ __('home.show_map') }}
@if($errors->any())
@endif
{{ $errors->first() }}