@if (isset($errors) and $errors->any())
{{ t('oops_an_error_has_occurred') }}
@endif @if (session()->has('flash_notification'))
@include('flash::message')
@endif