| @lang('university::un.faculty') (@lang('university::un.department')) | @lang('university::un.semester_label') | @lang('common.section') | @else@lang('common.class') | @lang('common.section') | @endif @if (generalSetting()->multiple_roll == 1)@lang('student.id_number') | @endif@lang('student.action') |
|---|---|---|---|---|---|---|
|
{{@$record->unFaculty->name}}
({{ moduleStatusCheck('University') ? $record->unDepartment->name : $record->section->section_name }}) @if ($record->is_default) {{ __('common.default') }} @endif |
{{@$record->unSemesterLabel->name}} | {{@$record->section->section_name}} | @else{{@$record->class->class_name}} @if ($record->is_default) {{ __('common.default') }} @endif | {{@$record->section->section_name}} | @endif @if (generalSetting()->multiple_roll == 1){{ $record->roll_no }} | @endif