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

Prolex Legal System

Secure Legal Management Platform

Bank-Level Security
Password Encryption
Secure Authentication

Password Tips

  • Use 8+ characters
  • Mix letters & numbers
  • Include special characters
  • Avoid common words

Reset Your Password

Create a new secure password for your account

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

{{ session('status') }}

You can now login with your new password.

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

{{ $error }}

@endforeach
@endif
@csrf
Email verified and secured
Password Strength: Weak
At least 8 characters
One uppercase letter
One lowercase letter
One number
One special character
Passwords match
Your new password will be encrypted with AES-256
@push('styles') @endpush @push('scripts') @endpush @endsection