« {{ __('Back') }}

{{ __('Edit education field') }}

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

{{ __('Removing this education field is permanent. All categories, subcategories and knowledge contained within it will be deleted as well. Deleted knowledge will be deleted from students.') }}

{{ __('Categories count') }}: {{ $edufield->categories()->count() }}

@csrf @method('delete') {{ __('Delete education field') }}