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

PROLEX

Law Firm Management System

Reset Password

Enter your email to receive a secure reset link

@if(session('status'))
Reset Link Sent! {{ session('status') }} Check your inbox and spam folder.
@endif @if($errors->any())
Request Failed @foreach($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf
A secure link will be sent to your email. It expires in 60 minutes.
256-bit SSL Encrypted
@push('styles') @endpush @push('scripts') @endpush @endsection