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

Prolex Legal System

Secure Legal Management Platform

Bank-Level Security
Real-time Updates
Case Analytics
Melsoft Logo

PROLEX

Law Firm Management System

Welcome Back

Sign in to your legal workspace

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

{{ session('status') }}

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

{{ $error }}

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