| Sub | Subjective | MT | Monthly Test |
| Obj | Objective | Mo | Marks Obtained |
| Pra | Practical | Grd | Grade |
| CT | Class Test | Conv | Converted |
| Roll | Name | @if ($subjectDetails->isNotEmpty()) @foreach ($subjectDetails as $subject){{ $subject->subject_name }} | @endforeach @endifGrand Total |
Grade GPA |
|
|---|---|---|---|---|---|
| {!! $th !!} |
MO Grd |
@endforeach
@endif
||||
| {{ $student->roll_no }} | {{ $student->student_name }} | @if ($subjectDetails->isNotEmpty()) @foreach ($subjectDetails as $subject) @foreach ($examSubHeadDetails as $head) @php $obtainMark = 0; $is_absent = 0; $markInputIndex = $student->student_id . "_" . $classId . "_" . $groupId . "_" . $academicYear . "_" . $subject->subject_id . "_" . $examTypeId . "_" . $head->exam_sub_head_id; if (isset($markInput[$markInputIndex])) { $obtainMark = $markInput[$markInputIndex]->marks; $is_absent = $markInput[$markInputIndex]->is_absent; } if ($is_absent == 1) { $td .= 'A' .'{!! $td !!} |
{{ isset($resultdata->tabulation_data->subjectwise_total->{$subject->subject_id}->in_optained) ? $resultdata->tabulation_data->subjectwise_total->{$subject->subject_id}->in_optained : '' }}
{{ isset($resultdata->tabulation_data->subjectwise_grade->{$subject->subject_id}) ? $resultdata->tabulation_data->subjectwise_grade->{$subject->subject_id} : '' }} |
@endforeach
@endif
{{ !empty($studentResult) ? $studentResult->total_marks : '' }} |
{{ !empty($studentResult) ? $studentResult->grade : '' }} {{ !empty($studentResult) ? $studentResult->gpa : '' }} |
| Print Date & Time : {{ date('d-M-Y h:i:sa') }} |
Powered by: EDU PLUS |