Credit bureau checks, property verification, and risk scoring
Stage 3: Conduct minimum 2 credit bureau checks • Property verification
{{ $app->application_number }}
{{ $app->customer?->fullName() }}
AO: {{ $app->relationshipOfficer?->name ?? '—' }} · {{ $app->property_address }}
Loan Amount
₦{{ number_format($app->loan_amount) }}
Monthly Income
₦{{ number_format($app->customer?->monthly_income ?? 0) }}
Employer
{{ $app->customer?->employer_name }}
Credit Checks
{{ $caf->credit_checks_complete ? '✓ Complete' : 'Pending' }}
No applications pending pre-assessment.
@endforelse