My Loans
Manage and track your active loans
Active Loans
{{ $loanStats['active_loans_count'] }}
Total Loan Amount
ZMW {{ number_format($loanStats['total_active_loan_amount'], 2) }}
Collection Progress
{{ $loanStats['average_collection_progress'] }}%
Outstanding Balance
ZMW {{ number_format($loanStats['total_outstanding_balance'], 2) }}
Active Loans
Your currently active loan accounts
{{ $loan->product ?? $loan->loanProduct->product ?? 'Loan' }}
Loan #{{ $loan->loannumber ?? $loan->loanid }}
@if($loan->is_overdue)ZMW {{ number_format($loan->amount, 2) }}
{{ ucfirst($loan->status) }}Interest Rate
{{ $loan->rate }}%
Duration
{{ $loan->duration }} months
Outstanding Balance
ZMW {{ number_format($outstandingBalance, 2) }}
Total Repaid
ZMW {{ number_format($loan->total_repaid, 2) }}
Disbursed Date
@if($loan->disburseddate) {{ \Carbon\Carbon::parse($loan->disburseddate)->format('M d, Y') }} @else N/A @endif
Maturity Date
@if($loan->maturitydate) {{ \Carbon\Carbon::parse($loan->maturitydate)->format('M d, Y') }} @else N/A @endif