{{ __('Choose New Password') }}

{{ __('Use a strong unique password to protect your account.') }}

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