@extends('layouts.adminapp') @section('content') {{-- Student Exam --}}
| Si No | Exam Category | Exam | Criteria | Course Period | Mark | Date | narration | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ ++$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') }} | {{ $StudentExam->narration }} |