Quick Actions
Frequently used features
Active Applications
{{ count($activeApplications) }}
Total Applications
{{ $applicationStats['total_applications'] ?? 0 }}
Active Loans
{{ $loanStats['active_loans_count'] }}
Total Due
ZMW {{ number_format($loanStats['total_due_balance'], 2) }}
Active Applications
Your current loan applications
{{ $application->product->product ?? 'Loan Application' }}
App #{{ $application->application_number ?? $application->id }}
{{ ucfirst(str_replace('_', ' ', $application->status)) }}ZMW {{ number_format($application->loan_amount, 2) }}
Applied {{ \Carbon\Carbon::parse($application->created_at)->format('M d, Y') }}
No active applications found
Apply for Your First LoanActive Loans Summary
Your current loan portfolio
{{ $loan->loanType->product ?? 'Loan' }}
Loan #{{ $loan->loannumber }}
ZMW {{ number_format($loan->amount, 2) }}
{{ ucfirst($loan->status) }}No active loans found
Once your applications are approved and disbursed, they will appear here.
Apply for a LoanRecent Activity
Latest applications
{{ $application->product->product ?? 'Loan Application' }}
ZMW {{ number_format($application->loan_amount, 2) }} - {{ \Carbon\Carbon::parse($application->created_at)->format('M d, Y') }}
{{ ucfirst(str_replace('_', ' ', $application->status)) }}No recent applications
Upcoming Payments
Next payment due dates
Loan #{{ $payment['loan_number'] }}
Installment {{ $payment['installment_number'] }}
ZMW {{ number_format($payment['amount'], 2) }}
{{ \Carbon\Carbon::parse($payment['due_date'])->format('M d, Y') }}
Notifications
Important updates
Active Applications
You have {{ count($activeApplications) }} active application(s)
Active Loans
You have {{ $loanStats['active_loans_count'] }} active loan(s)
Overdue Loans
{{ $loanStats['overdue_loans_count'] }} loan(s) require attention
Overdue Payment
ZMW {{ number_format($loanStats['total_overdue_amount'], 2) }} overdue
Upcoming Payment
ZMW {{ number_format($loanStats['total_next_due_amount'], 2) }} due soon
Account Active
Your account is in good standing
Loan Overview
Your loan portfolio at a glance