Data Properti
Daftar Properti Tersedia
| No | Nama Properti | Blok | Jenis Properti | Kategori | Tipe | Harga | Luas Bangunan | Luas Tanah | Stok Unit | Status Unit | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($isPaginated) {{ ($properti->currentPage() - 1) * $properti->perPage() + $loop->iteration }} @else {{ $loop->iteration }} @endif | {{ $p->perumahan->nama_perumahan ?? '-' }} | {{ $p->blok->nama_blok ?? '-' }} | {{ ucfirst($p->jenis_properti) }} | {{ ucfirst($p->kategori_properti) }} | {{ $p->tipe_properti }} | Rp {{ number_format($p->harga_properti, 0, ',', '.') }} | {{ $p->luas_bangunan }} m² | {{ $p->luas_tanah }} m² | {{ $p->stok_unit }} unit | {{ ucfirst($p->status_unit) }} | |
| Belum ada data properti | |||||||||||
@if($isPaginated)
{{ $properti->appends(request()->query())->links() }}
@endif