@if (Session::has('flash_notification.message'))
{{ Session::get('flash_notification.message') }}
@endif
@yield('container')