| No | Nama Kost | Pemilik | Kontak | Alamat | Jumlah Kamar | NIB | ||
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{-- NAMA KOST --}}{{ $item->nama_kost }} {{ ucfirst($item->jenis_kost) }} | {{-- PEMILIK --}}
{{ $item->nama_pemilik }} |
{{-- KONTAK --}}
{{ $item->contact_person }} | {{-- ALAMAT --}}
{{ $item->alamat }} |
{{-- JUMLAH KAMAR --}}
{{ $item->jumlah_kamar }} | {{-- NIB --}}@if($item->nib) {{ $item->nib }} @else Belum Ada @endif | ||
| Belum ada data kost. | ||||||||