@extends('layouts.app') @section('title', 'Edit Kategori') @section('page-title', 'Edit Kategori') @section('content')
Edit: {{ $category->name }}
@csrf @method('PUT')
Batal
@endsection