@csrf
Logo

{{ __('auth_page.forgot_password') }}

{{ __('auth_page.forgot_password_notice') }}

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif