A
{{ config('app.name') }}
Forgot your password?
Enter your email and we’ll send you a reset link.
@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
Send reset link
Remembered your password?
Back to login