@extends('layouts.app') @section('title', 'Wilayah Administratif') @section('breadcrumb')
| No | Kode | Nama Wilayah | Tipe | Induk Wilayah | Ketua | Jumlah KK | Jumlah Jiwa | Aksi |
|---|---|---|---|---|---|---|---|---|
| {{ ($wilayah->currentPage()-1) * $wilayah->perPage() + $index + 1 }} | {{ $item->kode_wilayah }} |
@if($item->jenis_wilayah == 'rt')
└─
@elseif($item->jenis_wilayah == 'rw')
├─
@endif
{{ $item->nama_wilayah }}
|
{{ strtoupper($item->jenis_wilayah) }} | {{ $item->parent->nama_wilayah ?? '-' }} | {{ $item->kepala_wilayah ?? '-' }} | {{ number_format($item->jumlah_kk ?? 0) }} | {{ number_format($item->jumlah_penduduk ?? 0) }} |
|
Belum ada data wilayah administratifKlik tombol "Tambah Wilayah" untuk menambahkan data pertama |
||||||||