Hello! let's get started
{{ __('Reset Password') }}
@if(session()->has('success_forgot'))
We have emailed your password reset link!
@endif
@csrf
@if(session()->has('failure_email'))
We can't find a user with that email address.
@endif
{{__('Send Password Reset Link')}}
{{__('Sign in to an existing account?')}}