@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 @foreach ($annual_plans as $an_plan)

Plan for {{$an_plan->academic_year}}

First Semester {{$an_plan->academic_year}}
@foreach ($outcomes[$an_plan->id]["first"] as $outcome) @if($outcome)
  • id}}" data-outcome-id="{{ $outcome->id }}" data-outcome-name ="{{$outcome->name}}"class="list-group-item">{{ $outcome->name }}
  • @endif @endforeach
    Second Semester {{$an_plan->academic_year}}
    @foreach ($outcomes[$an_plan->id]["second"] as $outcome) @if($outcome)
  • id}}" data-outcome-id="{{ $outcome->id }}" data-outcome-name ="{{$outcome->name}}"class="list-group-item">{{ $outcome->name }}
  • @endif @endforeach
    @endforeach

    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