{{-- Part of Admin project. --}} @extends($lunaExtends . '-edit') @section('toolbar') @include('toolbar') @stop @section('admin-body')
@include('luna.form.title-bar')
@translate($lunaPrefix . 'category.edit.fieldset.basic') {!! $form->renderFields('basic') !!}
@translate($lunaPrefix . 'category.edit.fieldset.created') {!! $form->renderFields('created') !!}
{!! \Windwalker\Core\Security\CsrfProtection::input() !!}
@stop