@extends('layouts.app') @section('content')
| Penghuni | Bulan / Tahun | Jumlah | Metode Bayar |
|---|---|---|---|
| {{ $i->penghuni->nama ?? '-' }} | {{ $i->bulan }} {{ $i->tahun }} | Rp {{ number_format($i->jumlah, 0, ',', '.') }} | @if($i->metode) {{ $i->metode }} @else — @endif |
| Total Keseluruhan | Rp {{ number_format($rekap->iurans->sum('jumlah'), 0, ',', '.') }} | ||