@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif

List Of Batches


@foreach ($batches as $batch) @endforeach
{{ $loop->iteration }} {{ $batch->class_name }} {{ $batch->subject_name }} {{ $batch->tutor_name }} {{ $batch->batch_name }} {{ $batch->batch_description }}
@if ($batch->batch_status == 1) Active @else Inactive @endif batch_status == 1) then checked @endif>


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