@extends('adminlte::page') @section('title', 'Edit Kategori') @section('content_header')

Edit Kategori

@stop @section('content')
@csrf @method('PUT') @include('admin.post-categories._form', ['submitLabel' => 'Update Kategori'])
@stop @section('css') @stop @section('js') @stop