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

Batches

@foreach ($batches as $batch) @endforeach
S.No. Class/Grade Subject Batch Batch Description Action
{{ $loop->iteration }} {{ $batch->class_name }} {{ $batch->subject_name }} {{ $batch->batch_name }} {{ $batch->batch_description }} {{-- @if ($classessch) @foreach ($classessch as $classsc) @if ($classsc->batch_id == $batch->batch_id)

Hello

@else --}} batch_id}}','{{$batch->subject_id}}');"> Schedule Class --}} {{-- @endif --}} {{-- @endforeach @endif --}}
{{-- {!! $demos->links() !!} --}}
@endsection