| # | Captured date | Transaction Date | Description | Amount (N$) | |
|---|---|---|---|---|---|
| {{ ++$count }} | {{ $entry->created_at }} | {{ $entry->transaction_dt }} | {{ $entry->description }} | {{ $symbol . ' ' . number_format($entry->amount ,2,'.',',') }} | {{ $entry->type}} |
| Total DR (Money In) | N$ {{ number_format($total_dr,2,'.',',') }} | Total CR (Money out) | N$ {{ number_format($total_cr,2,'.',',') }} | ||