{{ $branch->name }}
Kepada
{{ $customer->name }}
@if ($account->stmt_sent_type == 'BY.MAIL.TO.DOM.ADDR'){{ $customer->l_dom_street ?? $customer->address }}
{{ $customer->district }} {{ ($customer->ktp_rt ?: $customer->home_rt) ? 'RT ' . ($customer->ktp_rt ?: $customer->home_rt) : '' }} {{ ($customer->ktp_rw ?: $customer->home_rw) ? 'RW ' . ($customer->ktp_rw ?: $customer->home_rw) : '' }}
{{ trim($customer->city . ' ' . ($customer->province ? getProvinceCoreName($customer->province) . ' ' : '') . ($customer->postal_code ?? '')) }} @else
{{ $customer->address }}
{{ $customer->district }} {{ ($customer->ktp_rt ?: $customer->home_rt) ? 'RT ' . ($customer->ktp_rt ?: $customer->home_rt) : '' }} {{ ($customer->ktp_rw ?: $customer->home_rw) ? 'RW ' . ($customer->ktp_rw ?: $customer->home_rw) : '' }}
{{ trim($customer->city . ' ' . ($customer->province ? getProvinceCoreName($customer->province) . ' ' : '') . ($customer->postal_code ?? '')) }} @endif
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((float) $saldoAwalBulan->actual_balance, 2, ',', '.') }} | |||||
| {{ date('d/m/Y', strtotime($row->transaction_date)) }} | {{ substr($row->actual_date, 0, 10) }} | {{ str_replace(['[', ']'], ' ', $narrativeLines[0] ?? '') }} | {{ $row->reference_number }} | {{ $debit > 0 ? number_format((float) $debit, 2, ',', '.') : '' }} | {{ $kredit > 0 ? number_format((float) $kredit, 2, ',', '.') : '' }} | {{ number_format((float) $saldo, 2, ',', '.') }} |
| {{ str_replace(['[', ']'], ' ', $narrativeLines[$i] ?? '') }} | ||||||
| Pindah ke Halaman Berikutnya |
{{ $branch->name }}
Kepada
{{ $account->customer->name }}
{{ $account->customer->address }}
{{ $account->customer->district }} {{ ($account->customer->ktp_rt ?: $account->customer->home_rt) ? 'RT ' . ($account->customer->ktp_rt ?: $account->customer->home_rt) : '' }} {{ ($account->customer->ktp_rw ?: $account->customer->home_rw) ? 'RW ' . ($account->customer->ktp_rw ?: $account->customer->home_rw) : '' }}
{{ trim($account->customer->city . ' ' . ($account->customer->province ? getProvinceCoreName($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, ',', '.') }} |