@extends('layouts.adminapp') @section('content') {{-- Batch Course --}}
| 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 }} |