@extends('layouts.adminapp') @section('content') {{-- Batch Exam --}}
| Si No | Batch - Course | Course Period | Title | Date | Narration | Actions |
|---|---|---|---|---|---|---|
| {{ ++$si }} | ({{ $BatchExam->batchcourse->batch->title }}) - {{ $BatchExam->batchcourse->course->title }} | {{ $BatchExam->courseperiod->title }} | {{ $BatchExam->title }} | {{ date_format(date_create($BatchExam->date), 'd-m-Y') }} | {{ $BatchExam->narration }} |