@extends('dashboard.layouts.app') @section('title', 'Data Kecamatan') @section('content')
@if(session('success')) @endif @if(session('error')) @endif

Data Kecamatan

@forelse ($kecamatans as $index => $kecamatan) @empty @endforelse
No Nama Kecamatan Aksi
{{ $index + 1 }} {{ $kecamatan->nama_kecamatan }}
@csrf @method('DELETE')
Tidak ada data
@endsection