• {{ HTML::linkAction('AdministratorsController@overview2', 'Overview') }}
  • Objectives
    • {{ HTML::linkAction('Objective2Controller@edit', 'Create/Edit Objectives') }}
    • {{ HTML::linkAction('Objective2Controller@viewObjectives', 'View Objectives and Criteria') }}
  • Criteria
    • {{ HTML::linkAction('CriteriaController@edit', 'Create/Edit Criteria') }}
    • {{ HTML::linkAction('CriteriaController@index', 'View Criteria') }}
  • Rubrics
    • {{ HTML::linkAction('TemplatesController@newTemplate_new', 'Create/Edit Rubrics') }}
    • {{ HTML::linkAction('TemplatesController@index', 'View Rubric List') }}
  • Colleges and Schools
      @foreach ($schools as $school)
    • {{ HTML::linkAction('SchoolsController@show', $school->name, [$school->id]) }}
    • @endforeach
  • {{ HTML::linkAction('ProgramsController@index', 'Programs') }}
  • Assessment Cycle
    • {{ HTML::linkAction('ThreeYearPlanController@adminIndex', 'View Three Year Plan') }}
    • {{ HTML::linkAction('AnnualPlansController@adminIndex', 'View Annual Plan') }}
    • {{ HTML::linkAction('AnnualPlansController@adminReportIndex', 'View Annual Report') }}
    • {{ HTML::linkAction('OutcomesController@adminProgramIndex', 'View Program Courses Results') }}
    • {{ HTML::linkAction('TransformativeActionsController@viewTransformativeActions', 'View Transformative Actions') }}
    • {{ HTML::linkAction('TransformativeActionsController@viewFormativeActions', 'View Formative Actions') }}
  • Management
    • {{ HTML::linkAction('CoursesController@editView','Create Courses')}}
    • {{ HTML::linkAction('CoursesController@reassign', 'Reassign Courses') }}
    • {{ HTML::linkAction('ProgramsController@assignOtherProgramIndex', 'Manage Program Courses Permissions')}}
    • {{ HTML::linkAction('OutcomesController@index', 'Learning Outcomes') }}
    • {{ HTML::linkAction('SemestersController@edit', 'Semesters') }}
    • {{ HTML::linkAction('ThreeYearPlanController@manageSemesterCycle', 'Schedule Assessment Cycle') }}
    • {{ HTML::linkAction('UsersController@index', 'Users') }}
  • @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 . ')', ['id' => $course->id]) }}
    • @endforeach
  • @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 . ')') }}