{{ $isEdit ? 'Edit Category: ' . $name : 'Create New Category' }}

Back to Categories
@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('parent_id') {{ $message }} @enderror

Select a parent category to create a hierarchy. Leave empty for top-level categories.

@error('dynamic_field_id') {{ $message }} @enderror

Optionally associate a dynamic field with this category. Entities in this category will use this field.

Cancel