|
TOTAL INVOICED
{{ number_format($totalInvoiced, 2) }}
|
TOTAL PAID
{{ number_format($totalPaid, 2) }}
|
OUTSTANDING
{{ number_format($outstanding, 2) }}
|
|
Aging Category: {{ $agingCategory ?? 'Current' }} Status: {{ $status ?? 'Within Terms' }} |
Next Payment Due: {{ $nextDueDate ?? 'N/A' }} Recommendation: Maintain timely settlement |