@if (Session::has('success'))
@endsection
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Batches
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 --}} {{-- --}} {{-- @endif --}} {{-- @endforeach @endif --}} |
{{-- {!! $demos->links() !!} --}}