| No | Nama | Kecamatan/Kelurahan | RT/RW | Tanggal Bayar | Jumlah Bayar | ||
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $row->anggota->nama }} | {{ $row->anggota->kecamatan . '/' . $row->anggota->kelurahan }} | {{ $row->anggota->rt . '/' . $row->anggota->rw }} | @if ($row){{ date('d F Y', strtotime($row->tgl)) }} | Rp. {{ number_format($row->jumlah) }} | @elseBelum Bayar | Belum Bayar | @endif