{{ __('Forgot Password') }}
{{ __('Enter your email address to receive a password reset link.') }}
@csrf
{{ __('Email Address') }}
@error('email')
{{ $message }}
@enderror
{{ __('Send Password Reset Link') }}