@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($program as $batch) @empty @endforelse
Program Name Program Code
{{ link_to(route('faculty-settings.proglist', [$srs->encode($faculty_id), $srs->encode($batch->id)]), $batch->program_name) }} {{ link_to(route('faculty-settings.proglist', [$srs->encode($faculty_id), $srs->encode($batch->id)]), $batch->program_code) }}
{{ 'No Program' }}
@endsection @section('scripts') @endsection