Post Dana
{{ $postDana->name }}
{{ 'Rp' . number_format($postDana->nominal, 0, ',', '.') }}
Data Daerah
Jumlah Bendahara
{{ $bendahara }}
Jumlah Anggota
{{ $anggota }}
Setoran Bulan Ini
Daerah
{{ 'Rp' . number_format($nowDaerah, 0, ',', '.') }}
Wilayah
{{ 'Rp' . number_format($nowWilayah, 0, ',', '.') }}
Pusat
{{ 'Rp' . number_format($nowPusat, 0, ',', '.') }}
Total
{{ 'Rp' . number_format($nowTotal, 0, ',', '.') }}
Iuran Sudah Setor
{{ $setoranBulanIni }} {{ 'Rp' . number_format($totalSetoranBulanIni, 0, ',', '.') }}
Iuran Belum Setor
{{ $belumSetoranBulanIni }} {{ 'Rp' . number_format($totalBelumSetoranBulanIni, 0, ',', '.') }}
Bendahara Belum Setoran
| No | Bendahara | Iuran | Nominal |
|---|
Data Iuran Anggota
{{ $dataTable->table() }}