@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')
@endif
@stop
@section('main')
Click on the values you want to change. Invalid values will be rejected automatically. To save your changes, click the 'Save' button at the bottom of the page.
Learning Objectives |
Transformative Actions |
Expected Metric |
@foreach ($objectives as $objective)
{{ $objective->text }} |
{{-- TODO: Use correct data --}}
{{ 'TODO' }} |
{{ $outcome->expected_outcome }} |
@endforeach
@stop
@section('included-js')
@include('global._datatables_js')
@stop
@section('javascript')
// ------------------------------------------------------------------------
// Page Load
// ------------------------------------------------------------------------
// ------------------------------------------------------------------------
// Events
// ------------------------------------------------------------------------
// ------------------------------------------------------------------------
// Functions
// ------------------------------------------------------------------------
@stop