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

PROLEX

Law Firm Management System

Welcome Back
@if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
Authentication Failed @foreach($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf
Forgot Password?
256-bit SSL Encrypted
@push('styles') @endpush @push('scripts') @endpush @endsection