{{ $title }}


Loan count: {{ $count }}

Capital: {{ 'N$ ' . number_format($capital,2) }}

Interest: {{ 'N$ ' . number_format($interest,2) }}

Admin fees: {{ 'N$ ' . number_format($admin,2) }}

Namfisa: {{ 'N$ ' . number_format($namfisa,2) }}


Total: {{ 'N$ ' . number_format($total,2) }}

Received: {{ 'N$ ' . number_format($received,2) }}

Due: {{ 'N$ ' . number_format($due,2) }}