{{ __('labels.new_kb_sub_category') }}

@csrf @method('post')
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif