@if (count($errors) > 0)
@endif
@if (Session::has('flash_notification.message'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ Session::get('flash_notification.message') }}
@endif
@yield('content')