@if($type === 'settlement') Loan Settled! @elseif($type === 'booking_fee') Processing Fee Received! @elseif($type === 'verification') Verification Successful! @else Payment Successful! @endif

@if($type === 'settlement') Your loan #{{ $reference }} has been successfully settled. @elseif($type === 'booking_fee') Your one-time loan processing fee of ₦{{ number_format($amount ?? 2000, 2) }} has been confirmed. @elseif($type === 'verification') Your identity and repayment method have been successfully verified. @else Your payment method has been successfully verified and linked to your account. @endif

Next Steps

@if($type === 'booking_fee' || $type === 'verification') @if($type === 'booking_fee') Return to Application @elseif($type === 'verification') Continue to Employer Setup @endif @endif