{{ config('app.address') }}
{{ config('app.email') }}
{{ config('app.phone') }}
{{ strtoupper($user->account_type) }} ACCOUNT STATEMENT
{{ $user->first_name . ' ' . $user->last_name }}
{{ $user->address }}
{{ $user->email }}
Statement period
{{ $fromDate }} to {{ $toDate }}
Account No.
{{ $user->account_number }}
| Date | Description | Reference ID | Amount | Type | Balance |
|---|---|---|---|---|---|
| {{ $transaction->date }} | {{ $transaction->description }} | {{ $transaction->reference_id }} | {{ formatAmount($transaction->amount) }} {{ currency($user->currency,'code') }} | {{ $transaction->type }} | {{ formatAmount($transaction->current_balance) }} {{ currency($user->currency,'code') }} |
| *** Totals *** | {{ formatAmount($totalAmount) }} {{ currency($user->currency,'code') }} | ||||