@extends('layouts.adminapp') @section('content')
| {{ $Student->name }} | Admission No. {{ $Student->id }} |
| Batch: {{ $CouresePeriod->course->title }} |
Cousre: {{ $CouresePeriod->title }}
Report Type: Individual Exam Report |
| Si No | Exam Category | Exam | Criteria | Course Period | Mark | Date |
|---|---|---|---|---|---|---|
| {{ ++$si }} | {{ $StudentExam->exam->examcategory->title }} | {{ $StudentExam->exam->title }} | {{ $StudentExam->criteria->title }} | {{ $StudentExam->courseperiod->title }} | {{ $StudentExam->mark }} | {{ date_format(date_create($StudentExam->date), 'd-m-Y') }} |