@extends('admin.layouts.master') @section("title","View Batches") @section('content')
S.no | Course Name | Fees | Start Date | End Date | Size | Action |
---|---|---|---|---|---|---|
{{$count++}} | {{$batch->course_name}} | {{$batch->fees}} | {{$batch->start_date}} | {{$batch->end_date}} | {{$batch->size}} |