Merchant Onboarding
Step {{ $currentStep }} of 5
Onboarding setup incomplete
Database migrations have not been applied yet. Run: php artisan migrate
@else
@php
$steps = [
1 => 'Personal Info',
2 => 'Business Info',
3 => 'Settlement Account',
4 => 'Company Docs',
5 => 'Finish',
];
@endphp
Verify Account
@if($settlement_account_name)
Account Name: {{ $settlement_account_name }}
@endif
@if ($settlement_verification_unavailable || !$settlement_account_name)
@endif
Next: Company Docs
@if($pinStage === 1)
Create Transaction PIN
@else
Confirm Transaction PIN
@endif
@if($pinStage === 1)
Enter a 4-digit PIN
@else
Re-enter your 4-digit PIN
@endif
@for($i = 1; $i <= 4; $i++)
@endfor
@for($i = 1; $i <= 9; $i++)
@endfor
@if ($pinStage === 1)
@else
@endif