@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')

Click the links below to see reports for your program's assessed courses during the following semester(s):

Due to the large amount of information in these reports, please allow them to load a few seconds.

@foreach($programs as $program) @endforeach @foreach($outcomes as $outcome) @foreach($programs as $program) @endforeach @endforeach
{{ $program->name }}
{{ $outcome->name }} View
@stop