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