Reset Your Password
@csrf
{{ __('E-Mail Address') }}
@error('email')
{{ $message }}
@enderror
New Password
Confirm New Password
@error('password_confirmation')
{{ $message }}
@enderror
@if ($errors->any())
{{ $errors->first() }}
@endif
Reset my password