| # | Date | Bank account | Description | Source | Type | Amount | CCY |
|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $row->transaction_date }} | {{ $row->bank_account_name ?? '—' }} | {{ $row->description ?? '' }} | {{ $row->source_label ?? '' }} | {{ ucfirst($row->type ?? '') }} | {{ number_format((float) ($row->amount ?? 0), 2) }} | {{ $row->currency ?? '' }} |