| No | No. Rekening | Nama Anggota | Produk | Cabang | Saldo | Status | Tgl Buka |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $account->account_number }} | {{ $account->member->name }} | {{ $account->savingsProduct->name }} | {{ $account->branch->name }} | Rp {{ number_format($account->balance, 0, ',', '.') }} | {{ $account->status_label }} | {{ \Carbon\Carbon::parse($account->opened_date)->format('d/m/Y') }} |
| Total Saldo | Rp {{ number_format($accounts->sum('balance'), 0, ',', '.') }} | ||||||