@extends('layouts.app') @section('content')
Dilaporkan oleh: {{ $rekap->bendahara->name ?? '-' }}
| Penghuni | Bulan/Tahun | Jumlah | Metode Bayar |
|---|---|---|---|
| {{ $i->penghuni->nama ?? '-' }} | {{ $i->bulan }} {{ $i->tahun }} | Rp {{ number_format($i->jumlah,0,',','.') }} | {{ $i->metode ?? '-' }} |
| Total | Rp {{ number_format($rekap->iurans->sum('jumlah'),0,',','.') }} | ||