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