@lang('exam.exam_title') | @lang('exam.exam_mark') | @lang('common.action') |
---|---|---|
{{-- --}}
|
|
|
@lang('exam.total') |
@lang('common.sl') | @lang('exam.exam_title') | @if (moduleStatusCheck('University'))@lang('common.session') | @lang('university::un.faculty_department') | @lang('common.academic_year') | @lang('university::un.semester') | @else@lang('common.class') | @lang('common.section') | @endif@lang('exam.subject') | @lang('exam.total_mark') | @if (@generalSetting()->result_type == 'mark')@lang('exam.pass_mark') | @endif@lang('exam.mark_distribution') | @lang('common.action') |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $count++ }} | {{ $exam->GetExamTitle != '' ? $exam->GetExamTitle->title : '' }} | @if (moduleStatusCheck('University')){{ $exam->sessionDetails->name }} | {{ $exam->facultyDetails->name . '(' . $exam->departmentDetails->name . ')' }} | {{ $exam->academicYearDetails->name }} | {{ $exam->semesterDetails->name }} | @else{{ $exam->class != '' ? $exam->class->class_name : '' }} | {{ $exam->section != '' ? $exam->section->section_name : '' }} | @endif{{ $exam->subject != '' ? $exam->subject->subject_name : '' }} | {{ $exam->exam_mark }} | @if (@generalSetting()->result_type == 'mark'){{ $exam->pass_mark }} | @endif
@foreach ($exam->markDistributions as $row)
{{ $row->exam_title }}
{{ $row->exam_mark }}
|
|