@extends('layouts.adminapp') @section('content')
| {{ $Student->name }} | Admission No. {{ $Student->admission_no }} |
| Batch: {{ $BatchExam->batchcourse->course->title }} [{{ $BatchExam->batchcourse->batch->title }}] |
Cousre: {{ $BatchExam->courseperiod->title }}
Report Type: Mark Details Report |
| Si No. | Subject | Mark | Grades | Narration |
|---|---|---|---|---|
| {{ ++$si }} | {{ $StudentBatchExam->subject->title }} | {{ $StudentBatchExam->mark }} | {{ $StudentBatchExam->grade }} | {{ $StudentBatchExam->narrtion }} |