@extends('layouts.master') @section('title', 'Program') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title') of {{ $school->school_shortname }}


@foreach($program as $key=>$new_program) @endforeach
No. Program Name
{{ ++$key }} {{ $new_program->program_name }}
@include('layouts.footer') @endsection