@extends('layouts.app') @section('content')
| Penghuni | Bulan / Tahun | Jumlah | Status |
|---|---|---|---|
| {{ $i->penghuni->nama ?? '-' }} | {{ $i->bulan }} {{ $i->tahun }} | Rp {{ number_format($i->jumlah, 0, ',', '.') }} | @php $s = strtolower($i->status); @endphp {{ ucfirst($i->status) }} |
| Total Keseluruhan | Rp {{ number_format($rekap->iurans->sum('jumlah'), 0, ',', '.') }} | ||