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

PROLEX

Law Firm Management System

Reset Password

Create a new secure password for your account

@if(session('status'))
Password Reset! {{ 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
Strength
At least 8 characters
Uppercase letter
Number
Special character
Your password will be encrypted with AES-256
256-bit SSL Encrypted
@push('styles') @endpush @push('scripts') @endpush @endsection