| ID | Reference No | Bank Account | Transaction Type | Amount | Transaction Date | Description | |||
|---|---|---|---|---|---|---|---|---|---|
| {{ $transaction->id }} | {{ $transaction->reference_no }} | {{ optional($transaction->account)->display_name }} | {{ ucfirst($transaction->transaction_type) }} | {{ $transaction->transaction_type == 'credit' ? $transaction->credit : $transaction->debit }} | {{ optional($transaction->transaction_date)->format('Y-m-d') }} | {{ Str::limit($transaction->description, 40) }} | |||
| No transactions found for the given filters. | |||||||||
Generated on: {{ now()->format('Y-m-d H:i:s') }}