@if (isset($errors) && $errors->all())

The Following Errors were found:

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