| {{ $loop->iteration }} |
{{ !empty($transaction['TransDate']) ? \Carbon\Carbon::parse($transaction['TransDate'])->format('d-m-Y') : 'NA' }} |
{{ $transaction['strTransNo'] ?? 'NA' }} |
{{ $statementLabel }} |
{{ $debitAmount !== '' && is_numeric($debitAmount) ? number_format((float) $debitAmount, 2) : '0.00' }} |
{{ $creditAmount !== '' && is_numeric($creditAmount) ? number_format((float) $creditAmount, 2) : '0.00' }} |
{{ $closingAmount !== '' && is_numeric($closingAmount) ? number_format((float) $closingAmount, 2) : '0.00' }} |
@empty