@extends('layouts.app') @section('title', 'Edit Kategori Material') @section('content')

Edit Kategori Material

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