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