@if (Session::has('flash_notification'))
{{ Session::get('flash_notification')->first()->message }}
@endif
@yield('content')