@extends('layouts.petugas') @section('title','Edit Desa') @section('page-title','Edit Desa') @section('content')
@csrf @method('PUT')
@error('kecamatan_id'){{ $message }}@enderror
@error('nama'){{ $message }}@enderror
Batal
@endsection