@if ($sent) {{-- The same page whether the address is known or not. Saying "no account with that address" would turn this form into a way of finding out who is a customer. --}}

{{ __('auth.forgot_sent_title') }}

{{ __('auth.forgot_sent_body', ['email' => $email]) }}

{{ __('auth.forgot_sent_hint') }}

{{ __('auth.back_to_login') }} @else

{{ __('auth.forgot_title') }}

{{ __('auth.forgot_subtitle') }}

{{ __('auth.forgot_send') }}

{{ __('auth.back_to_login') }}

@endif