Merchant Onboarding

Step {{ $currentStep }} of 5

@if ($kybTableMissing)
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
@foreach($steps as $stepNum => $label)
{{ $stepNum }}
@if($stepNum < 5)
@endif
@endforeach
@if ($currentStep === 1)
PEP declaration
Next: Business Info
@endif @if ($currentStep === 2)
Next: Settlement Account
@endif @if ($currentStep === 3)
Verify Account @if($settlement_account_name) Account Name: {{ $settlement_account_name }} @endif
@if ($settlement_verification_unavailable || !$settlement_account_name)
@endif
Next: Company Docs
@endif @if ($currentStep === 4)
Next: Finish
@endif @if ($currentStep === 5)

@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
@endif @endif

Sample Document