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

This report contains performance information for all your Program's assessed courses during the following semester(s):

@section('included-js') @include('global._datatables_js') @stop @stop @section('javascript') @stop