{{ __('Forgot Password') }}

{{ __('Forgot Your Password?') }}

{{ __('No problem. Just let us know your email address and we will email you a password reset link.') }}

@csrf
@if (session('status'))
{{ session('status') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif