{{ __('Reset Password') }}

{{ __('Enter your email and we will send you a reset link.') }}

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