| Perumahan | Unit Terjual | Pendapatan | Beban | Laba |
|---|---|---|---|---|
| {{ $row['nama'] }} | {{ $row['unit_terjual'] }} | Rp {{ number_format($row['pendapatan'], 0, ',', '.') }} | Rp {{ number_format($row['beban'], 0, ',', '.') }} | Rp {{ number_format($row['laba'], 0, ',', '.') }} |
| TOTAL | {{ $data['total']['unit_terjual'] }} | Rp {{ number_format($data['total']['pendapatan'], 0, ',', '.') }} | Rp {{ number_format($data['total']['beban'], 0, ',', '.') }} | Rp {{ number_format($data['total']['laba'], 0, ',', '.') }} |