🔒 Forgot Password

Enter your email to receive a reset link

@if(session('success'))
✅ {{ session('success') }}
@endif @if($errors->any())
❌ {{ $errors->first() }}
@endif
@csrf
← Back to Login