@extends('layouts.app') @section('title', 'Wilayah Administratif') @section('breadcrumb') @endsection @push('styles') @endpush @section('content')
Total Dusun

{{ $stats['total_dusun'] ?? 0 }}

Total RW

{{ $stats['total_rw'] ?? 0 }}

Total RT

{{ $stats['total_rt'] ?? 0 }}

Total KK

{{ $stats['total_kk'] ?? 0 }}

Wilayah Administratif Desa

Tambah Wilayah
@forelse($wilayah ?? [] as $index => $item) @empty @endforelse
No Kode Nama Wilayah Tipe Induk Wilayah Ketua Jumlah KK Jumlah Jiwa Aksi
{{ $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 ?? '-' }} {{ $item->jumlah_kk ?? 0 }} {{ $item->jumlah_penduduk ?? 0 }}

Belum ada data wilayah administratif

@endsection @push('scripts') @endpush