|
OPENING BALANCE
₦{{ number_format($opening_balance, 2) }}
|
TOTAL DEBITS
₦{{ number_format($total_debit, 2) }}
|
CLOSING BALANCE
₦{{ number_format($closing_balance, 2) }}
|
| Date | Transaction Details | Ref ID | Amount (₦) |
|---|---|---|---|
|
@if($txDate)
{{ $txDate->format('d M Y') }} {{ $txDate->format('H:i') }} @else {{ $tx->habukhan_date ?? 'N/A' }} @endif |
{{ $tx->message }}
Type: {{ strtoupper($tx->role) }} | Ref: {{ $tx->transid }} |
{{ $tx->transid }} | ₦{{ number_format(abs($tx->amount), 2) }} |
| No transactions found for the specified period. | |||
Note: All transactions are in Nigerian Naira (₦). If you notice any discrepancy, please contact our support team immediately.
Thank you for choosing {{ $app_name }}.