| No | No. Rekening | Nama Anggota | Produk | Kolektor | Pokok | Total Kembali | Status | Tgl Pencairan |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $financing->account_number }} | {{ $financing->member?->name }} | {{ $financing->financingProduct?->name }} | {{ $financing->collector?->name ?? '-' }} | Rp {{ number_format($financing->principal_amount, 0, ',', '.') }} | Rp {{ number_format($financing->total_repayment, 0, ',', '.') }} | {{ $financing->status_label }} | {{ $financing->disbursement_date ? \Carbon\Carbon::parse($financing->disbursement_date)->format('d/m/Y') : '-' }} |
| Total | Rp {{ number_format($financings->sum('principal_amount'), 0, ',', '.') }} | Rp {{ number_format($financings->sum('total_repayment'), 0, ',', '.') }} | ||||||