Prolex Legal System

Secure Legal Management Platform

Two-Factor Authentication
Time-sensitive Codes
Secure Verification

OTP Security Tips

  • OTP expires in 10 minutes
  • Never share your OTP with anyone
  • Enter the code immediately upon receipt
  • If you don't see the email in your inbox, check your spam or junk folder

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

Enter the 6-digit code from your email

@for ($i = 0; $i < 6; $i++) @endfor
10:00