Periode: {{ $periode['mulai'] }} s/d {{ $periode['selesai'] }}
| Perumahan | Unit Terjual | Pendapatan | Beban | Laba |
|---|---|---|---|---|
| {{ $row['nama'] }} | {{ $row['unit_terjual'] }} | {{ number_format($row['pendapatan'], 0, ',', '.') }} | {{ number_format($row['beban'], 0, ',', '.') }} | {{ number_format($row['laba'], 0, ',', '.') }} |
| TOTAL | {{ $totalUnit }} | {{ number_format($totalPendapatan, 0, ',', '.') }} | {{ number_format($totalBeban, 0, ',', '.') }} | {{ number_format($totalLaba, 0, ',', '.') }} |