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