@extends('layouts.app') @section('content')
Dashboard
Daftar Kecamatan
Edit Kecamatan
Edit Kecamatan
@csrf @method('PUT')
Nama Kecamatan
@error('nama_kecamatan')
@enderror
Alias Kecamatan
@error('alias_kecamatan')
@enderror
Kembali
Update
@endsection