@lang('homework.edit_home_work')
@if(moduleStatusCheck('University'))
@includeIf('university::common.session_faculty_depart_academic_semester_level',['subject'=>true,])
@else
@if ($errors->has('class_id'))
{{ $errors->first('class_id') }}
@endif
@if ($errors->has('subject_id'))
{{ $errors->first('subject_id') }}
@endif
@if ($errors->has('section_id'))
{{ $errors->first('section_id') }}
@endif
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif