{{ "MANAGE_DEPARTMENT" | translate }} cancel
@if(departmentForm.get('name')?.touched && departmentForm.get('name')?.errors && departmentForm.get('name')?.hasError('required')){
{{'NAME_IS_REQUIRED' | translate}}
}