@extends('admin.layouts.main') @section('main-section')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif

List Of Batches

{{-- --}} @foreach ($batches as $batch) @endforeach
S.No. Class Subject Tutor Name Batch Description Status ActionAction
{{ $loop->iteration }} {{ $batch->class_name }} {{ $batch->subject_name }} {{ $batch->tutor_name }} {{ $batch->batch_name }} {{ $batch->batch_description }}
batch_status == 1) then checked @endif>


{!! $batches->links() !!}
{{-- Modal add students --}} @endsection