@if (Session::has('flash_notification.message'))
{{ Session::get('flash_notification.message') }}
@endif
@section('scripts')
@stop
@yield('content')
{{--
@endif
--}}