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