@extends('layouts.master') @section('navigation') @if(Auth::user()->role==1) @include('local.managers.admins._navigation') @elseif(Auth::user()->role==2) @include('local.managers.sCoords._new_navigation') @elseif(Auth::user()->role==3) @include('local.managers.pCoords._new_navigation') @endif @stop @section('main')

Click the links below to see annual appraisal plans for a specific program with assessed courses:

    @foreach($programs as $program)
  1. {{ $program->name }}
  2. @endforeach
@stop