SOD ERP

With the power of Falcon, you can now focus on functionality while we take care of the UI.

Read our terms and conditions

User avatar

Two‑Step Verification

Enter the 6‑digit code we emailed you to continue.

@php($lastSent = (int) (session('otp_last_sent_at', 0))) @php($secondsSince = time() - $lastSent) @php($cooldownSec = (int) (\App\Models\Setting::get('auth.otp_resend_cooldown_sec','60'))) @php($remaining = max(0, $cooldownSec - $secondsSince)) @if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('otp')
{{ $message }}
@enderror
@csrf