{{ config('app.name') }}
{{ __('auth.forgot_password.title') }}
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{ __('auth.forgot_password.send_pwd_reset') }}
{{ __('auth.sign_in') }}
{{ __('auth.registration.title') }}