@extends('layouts.app')
@section('page-title', 'Kelurahan')
@section('page-subtitle', 'Data Wilayah')
@section('content')
| Nama Kelurahan | Kecamatan | Kode Pos | Jumlah RW | Status | |
|---|---|---|---|---|---|
| {{ $item->nama }} | {{ $item->kecamatan->nama ?? '-' }} | {{ $item->kode_pos ?: '-' }} | {{ $item->rw->count() }} RW |
@if ($item->status === 'Aktif')
|
|
| Belum ada data kelurahan. | |||||