{{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
@if (session('success'))
{{ session('success') }}
@elseif(session('error'))
{{ session('error') }}
@endif
@csrf
{{ __('Email Password Reset Link') }} {{ __('Remembered your password? Log in') }}