@extends('layouts.admin') @section('title', 'Forgot Password') @section('content')
Crosby Farm and Investments Account Recovery

Secure Email Verification

Reset Your Portal Password

Enter your account email, receive a one-time password reset code, and create a new password for your investor portal access.

Email OTP

Reset codes are sent from Crosby Farm and Investments.

10-Minute Code

Each password reset OTP expires after 10 minutes.

Secure Reset

Your email and OTP must match before reset completes.

Forgot Password

Send an OTP to your email, then enter it with your new password.

@if (session('otp_status'))
{{ session('otp_status') }}
@else @endif @if ($errors->any())
Please correct the highlighted fields and try again.
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@error('otp')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Remember your password? Login here

@endsection @push('scripts') @endpush