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

Tambah Kategori

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