Post-disbursement tracking, collections, and delinquency management
Portfolio
₦{{ number_format($portfolioValue / 1000000000, 1) }}B
Loans
{{ number_format($totalLoans) }}
Performing
{{ $performingPercent }}%
At Risk
{{ $atRiskPercent }}%
Collection
{{ $avgCollectionRate }}%
No disbursed loans yet — this fills in as applications move through Manager Portal approval and into disbursement.
@else| Application | Customer | Product | Outstanding | Collection Rate | Status |
|---|---|---|---|---|---|
| {{ $loan->application_number }} | {{ $loan->customer?->fullName() }} | {{ $loan->mortgageProduct?->code }} | ₦{{ number_format($loan->outstanding_balance ?? $loan->loan_amount) }} | {{ $loan->collection_rate_percent ?? '—' }}% | {{ ucfirst(str_replace('_',' ', $loan->performance_status ?? 'unknown')) }} |