@extends('layouts.dashboard') @section('title-content')
The following is the list of batch(s) available click batch name to get list of students
Batch No | Batch Name |
---|---|
{{ $i++ }} | {{ link_to(route('courses.config.course-semester-report', [$srs->encode($course_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' }} |