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

PROLEX

Law Firm Management System

Verify OTP

Enter the 6-digit code sent to your email

@if(session('message'))
Information {{ session('message') }}
@endif @if($errors->any())
Verification Failed @foreach($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf
@for($i = 0; $i < 6; $i++) @endfor
10:00
Didn't receive it? Resend OTP (60s)
256-bit SSL Encrypted
@push('styles') @endpush @push('scripts') @endpush @endsection