Secure Merchant Access
Courier Merchant Portal
One dashboard to manage deliveries, drivers & payments.
Live order & driver tracking
Automated payouts & reports
OTP & fraud protection
Welcome back 👋
Login to continue managing your courier business
{{-- ERRORS --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{-- STEP 1: LOGIN --}}
@if(!session('otp_required'))
@endif
{{-- STEP 2: OTP --}}
@if(session('otp_required'))
@endif