@if (isset($errors) && $errors->any())
@endif
@if (session()->has('flash_notification'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@include('flash::message')
@endif
{{ t('reset_password') }}
{{ t('do_not_have_an_account') }}
{{ t('sign_up_') }}