@extends('admin.layouts.master') @section("title","View Batches") @section('content')

View All Batches




@foreach($b as $batch) @endforeach
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}}
@endsection