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

Programs

The following is the list of Program(s) available

@forelse($loop as $batch) @empty @endforelse
Program Name
{{ link_to(route('faculty-settings.batches', [$srs->encode($faculty_id), $srs->encode($program->id), $srs->encode($batch)]), $program->program_name . ' - ' . $batch . ' Year') }}
{{ 'No Program' }}
@endsection @section('scripts') @endsection