@if (isset($errors) and $errors->any())
@endif
@if (Session::has('flash_notification'))
@endif
{{ t('Oops ! An error has occurred. Please correct the red fields in the form') }}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@include('flash::message')