@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
{{ ($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 administratif

Klik tombol "Tambah Wilayah" untuk menambahkan data pertama

@if($wilayah->hasPages())
Menampilkan {{ $wilayah->firstItem() }} sampai {{ $wilayah->lastItem() }} dari {{ $wilayah->total() }} data
@endif
@endsection @push('scripts') @endpush