@extends('layouts.auth') @section('page-title', 'Forgot Password - Prolex Legal System') @section('content')

Prolex Legal System

Secure Legal Management Platform

Bank-Level Security
Instant Email Delivery
Secure Password Reset

Password Recovery Tips

  • Check your spam/junk folder
  • Use a secure email address
  • Reset link expires in 1 hour
  • Contact support if needed

Reset Your Password

Enter your email to receive a password reset link

@if(session('status'))
Success!

{{ session('status') }}

Check your email inbox and spam folder for the reset link.

@endif @if($errors->any())
Request Failed @foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
Enter the email associated with your account
Common Email Domains
Security Verification

A secure password reset link will be sent to your email address. This link expires in 60 minutes for your protection.

Can't access your email?

Contact our support team for assistance

@push('styles') @endpush @push('scripts') @endpush @endsection