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