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

Edit Kategori

@if($errors->any())
@endif
@csrf @method('PUT') Kembali
@endsection