@extends('layouts.master-2') @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') @elseif(Auth::user()->role==4) @include('local.professors._navigation') @endif @stop @section('main') {{-- TODO: look where to place this script. if placed inside .ready() or before it, an error that the function is not defined occurs. --}} {{-- TODO: no reconoce acentos --}}
id))}}">View Plans

Expected Target Outcomes

Primer Semestre 2019-2020

Objectives for coursesCriteria per CourseTransformative Actions

Select a Learning Outcome to view its information

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