Forgot Password?

Enter your email or username to reset your password

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
You can use either your email address or username to recover your account.
@csrf
@error('identifier')
{{ $message }}
@enderror