@extends('layouts.adminapp') @section('content') {{-- Batch Exam --}}

Batch - Exam

Add New

Batch-Exam Details

@php $si = 0; @endphp @foreach ($BatchExams as $BatchExam) @endforeach
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 }}
@csrf @method('delete')
{{--
Showing {{ $BatchExams->count() }}
--}} @endsection