Account Statement

Account Information

Account Holder: {{$account_name}}

Account Number: {{$account_number}}

Statement Period: {{$statement_period}}

Account Summary

Opening Balance: ₦{{number_format($opening_balance,2)}}

Closing Balance:{{number_format($closing_balance,2)}}

Total Credits: ₦{{number_format($total_credit,2)}}

Total Debits: ₦{{number_format($total_debit,2)}}

For enhanced security, please ensure that you never share your verification codes with anyone, including our staff. We recommend enabling two-factor authentication on your account and adding a trusted device for added protection.

@foreach ($transactions as $item) @endforeach
Transaction Date Narration Debit Credit Balance
{{$item["value_date"]}} {{$item["details"]}} @if ($item["transaction_type"] == 'debit') ₦{{number_format($item["amount"],2)}} @endif @if ($item["transaction_type"] == 'credit') ₦{{number_format($item["amount"],2)}} @endif ₦{{number_format($item["balance"],2)}}