{{ $this->form }}
Export PDF
@php($data = $this->getData())
@foreach ($data['rows'] as $row) @endforeach {{-- FOOTER TOTAL --}}
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, ',', '.') }}