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

Promote Student Program by batch [ {{ $srs->getBatch($batch_id) }} ] - {{ $srs->getDepartment($dept_id) }}

The following is the list of program(s) available.

{{-- @if (count($program) > 0) --}} {{-- @foreach ($program as $programs => $item) --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach --}} {{-- @endif --}}
No Program Name Program Code Total Student No of Student Passed Action
{{$programs+1}}{{$item->program_name}}{{$item->program_code}}{{count($srs->studentPromote($dept_id,$campus_id,$item->p_id,$batch_id))}} --}} {{-- --}} {{-- Promote --}} {{--
@endsection @section('scripts') @endsection