A
{{ config('app.name') }}
Reset your password
Enter and confirm your new password below.
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Email
New password
Confirm new password
Reset password
Back to
login