{{ $branch->name }}
Kepada
{{ $account->customer->name }}
{{ $account->customer->address }}
{{ $account->customer->district }}
{{ ($account->customer->city ? $account->customer->city . ' ' : '') . ($account->customer->province ? $account->customer->province . ' ' : '') . ($account->customer->postal_code ?? '') }}
Periode Statement : {{ dateFormat($startDate) }} s/d {{ dateFormat($endDate) }}
Nomor Rekening: {{ $account->account_number }}
| Tanggal | Tanggal Valuta |
Keterangan | Referensi | Debet | Kredit | Saldo |
|---|---|---|---|---|---|---|
| Saldo Awal Bulan | {{ number_format($saldoAwalBulan->actual_balance, 2, ',', '.') }} | |||||
| {{ date('d/m/Y', strtotime($row->transaction_date)) }} | {{ date('d/m/Y', strtotime($row->actual_date)) }} | {{ $narrativeLines[0] ?? '' }} | {{ $row->reference_number }} | {{ $debit > 0 ? number_format($debit, 2, ',', '.') : '' }} | {{ $kredit > 0 ? number_format($kredit, 2, ',', '.') : '' }} | {{ number_format($saldo, 2, ',', '.') }} |
| {{ $narrativeLines[$i] }} | ||||||
| Pindah ke Halaman Berikutnya |
{{ $branch->name }}
Kepada
{{ $account->customer->name }}
{{ $account->customer->address }}
{{ $account->customer->district }}
{{ ($account->customer->city ? $account->customer->city . ' ' : '') . ($account->customer->province ? $account->customer->province . ' ' : '') . ($account->customer->postal_code ?? '') }}
Periode Statement : {{ dateFormat($startDate) }} s/d {{ dateFormat($endDate) }}
Nomor Rekening: {{ $account->account_number }}
| Tanggal | Tanggal Valuta |
Keterangan | Referensi | Debet | Kredit | Saldo |
|---|---|---|---|---|---|---|
| Total Akhir | {{ number_format($totalDebit, 2, ',', '.') }} | {{ number_format($totalKredit, 2, ',', '.') }} | {{ number_format($saldo, 2, ',', '.') }} |