@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} Batches | Index @endsection @section('content')

Promote Student Batches

The following is the list of batch(s) available click batch name to get list of students

{{-- @dd($course_id) --}} @forelse($batches as $batch) @empty @endforelse
Batch No Batch Name
{{ $i++ }} {{ link_to(route('student-shift.program', [$srs->encode($dept_id), $srs->encode($campus_id), $srs->encode($batch->id)]), $batch->batch_name) }} {{-- {{link_to(route('courses.course-students',[$srs->encode($course_id),$srs->encode($batch->id)]),$batch->batch_name)}} --}}
{{ 'No Batches' }}
@endsection @section('scripts') @endsection