{{ strtoupper($app_name) }}
Account Statement - {{ $app_name }}
Financial Services
ACCOUNT STATEMENT
ACCOUNT HOLDER
{{ strtoupper($name) }}
{{ $email }}
{{ $phone }}
STATEMENT PERIOD
{{ $start_date }} - {{ $end_date }}
Generated on: {{ date('d M Y, H:i') }}
ACCOUNT SUMMARY
OPENING BALANCE
₦{{ number_format($opening_balance, 2) }}
TOTAL DEBITS
₦{{ number_format($total_debit, 2) }}
CLOSING BALANCE
₦{{ number_format($closing_balance, 2) }}
@foreach($transactions as $tx) @php $txDate = null; try { if (isset($tx->habukhan_date) && !empty($tx->habukhan_date)) { $txDate = \Carbon\Carbon::parse($tx->habukhan_date); } } catch (\Exception $e) { $txDate = null; } @endphp @endforeach @if($transactions->isEmpty()) @endif
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 }}.