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

Batches

The following is the list of year course available click batch name to get list of students

@forelse($years as $batch => $value) @empty @endforelse
Years Of Study
{{ link_to(route('dashboard.nacte.batches2', [$dept_id, $srs->encode($batch)]), $value) }}
{{ 'No Batches' }}
@endsection @section('scripts') @endsection