@extends('layouts.app') @section('title', 'Create Category') @include('includes.filepondEdit') @include('includes.validateCoreUi') @section('content') @if ($errors->any())
@foreach ($errors->all() as $error) @endforeach
@endif

Edit Category

@csrf @method('PUT')
Pilih Instansi.
Masukan Kode Kategori.
Masukan Nama Kategori.
Masukan Sort.
Cancel
@endsection @push('js') @endpush