Admin Forgot Password

Enter your registered email. We will send a one-time verification code (OTP) to reset your password.

@if (session('success'))

{{ session('success') }}

@endif @if ($errors->any())

{{ $errors->first() }}

@endif
@csrf
@error('email')

{{ $message }}

@enderror