@extends('templates.master') @section('title', 'Edit Kabupaten') @section('content')

Kabupaten

@method('PUT') @csrf
@error('namakabupaten')
{{ $message }}
@enderror
@endsection