| Transaction Date | Cardholder Name | Amount | Currency | Reference # | Status |
|---|---|---|---|---|---|
| {{ $row->transaction_date ? \App\Helpers\Helper::showdate($row->transaction_date,false) : '—' }} | {{ $row->cardholder_name ?? '—' }} | {{ number_format($row->amount ?? 0, 2) }} | {{ $row->currency_code ?? '—' }} | {{ $row->transaction_id ?? '—' }} | {{ $row->status_text ?? '—' }} |
| There are no results in this table. | |||||