« {{ __('Back') }}

{{ __('Edit category') }}

{{ __('Edit category :name', ['name' => $category->name]) }}
@csrf @method('patch')
{{ __('Name') }}
{{ __('Code name') }}
{{ __('Description') }}
{{ __('Education field') }}
{{ __('Update') }}
{{ __('Danger zone') }}

{{ __('Removing this category is permanent. The subcategories and knowledge it is containing will be deleted as well. Deleted knowledge will be deleted from students.') }}

{{ __('Subcategories count') }}: {{ $category->subcategories()->count() }}

@csrf @method('delete') {{ __('Delete category') }}