@if (Session::has('success'))
{{-- Modal add students --}}
@endsection
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
List Of Batches
S.No. | Class | Subject | Tutor Name | Batch | Description | Status | Action | {{--Action | --}}
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $batch->class_name }} | {{ $batch->subject_name }} | {{ $batch->tutor_name }} | {{ $batch->batch_name }} | {{ $batch->batch_description }} |
|
{!! $batches->links() !!}