• {{ HTML::linkAction('ProgramCoordinatorsController@overview', 'Overview') }}
  • {{ HTML::linkAction('TemplatesController@newTemplate', 'Rubrics') }}
  • {{ HTML::linkAction('Objective2Controller@editProgram', 'Objectives')}}
  • {{ HTML::linkAction('CriteriaController@editProgram', 'Criteria') }}
  • Learning and Criterias
    • {{ HTML::linkAction('CriteriaController@index', 'Outcomes and Criteria') }}
    • {{ HTML::linkAction('CriteriaController@objectivesIndex', 'Objectives and Criteria') }}
  • @if(count(Auth::user()->courses))
  • {{ HTML::linkAction('ProfessorsController@overview', 'My Courses', NULL) }}
  • Sections
      @foreach ($courses as $course)
    • {{ HTML::linkAction('CoursesController@show', $course->code.$course->number.'-'.$course->section.' ('.$course->semester->code.')', array('id'=>$course->id)) }}
    • @endforeach
  • @endif
  • Reports
    • {{ HTML::linkAction('OutcomesController@managerAssessmentReports', 'Program Reports') }}
    • @if(count(Auth::user()->courses))
    • {{ HTML::linkAction('OutcomesController@professorAssessmentReports', 'My Courses\' Reports') }}
    • @endif
  • Help
    • {{ HTML::linkAction('FeedbackController@create', 'Feedback') }}
    • Introduction to Assessment
    • Brochure
  • Account
    • {{ HTML::linkAction('UsersController@edit', 'Profile') }}
    • {{ HTML::linkAction('AuthController@logout', 'Log out ('.Auth::user()->email.')') }}