@if (moduleStatusCheck('University'))
@includeIf(
'university::common.session_faculty_depart_academic_semester_level',
['subject' => true, 'dept_mt' => 'mt-0']
)
@else
@if ($errors->has('class_id'))
{{ $errors->first('class_id') }}
@endif
@if ($errors->has('section_id'))
{{ $errors->first('section_id') }}
@endif
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@php
$tooltip = '';
if (userPermission('saveHomeworkData')) {
$tooltip = '';
} else {
$tooltip = 'You have no permission to add';
}
@endphp