@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') @else @include('local.professors._navigation') @endif @stop @section('main')
{{$course->name}}
Name | Date | Updated | Assessed | Published |
---|---|---|---|---|
{{ link_to_action('ActivitiesController@show', $activity->name, $parameters = array('id'=>$activity->id)) }} | {{ date('M d, Y', strtotime($activity->date)) }} | {{ date('M d, Y', strtotime($activity->updated_at)) }} | @if($activity->outcomes_attempted!=NULL) @endif | @if($activity->outcomes_attempted!=NULL && !$activity->draft && !$activity->diagnostic) @endif |
The semester for this course is inactive. You cannot create any more activities. |
Unplublished activity results are not considered in the graph above.
@elseNo activities. Create one.
@elseThe semester for this course is inactive. You cannot create any activities.
@endif