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