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

Batch - Course

Add New

Batch-Course Details

@php $si = 0; @endphp @foreach ($BatchCourses as $BatchCourse) @endforeach
Si No Batch Course Course Period Seats Head Actions
{{ ++$si }} {{ $BatchCourse->batch->title }} {{ $BatchCourse->course->title }} {{ $BatchCourse->courseperiod->title }} {{ $BatchCourse->seats }} {{ $BatchCourse->employee->user->name }}
@csrf @method('delete')
@endsection