@extends('layouts.master') @section('navigation') @if(Auth::user()->role==1) @include('local.managers.admins._navigation') @elseif(Auth::user()->role==2) @include('local.managers.sCoords._new_navigation') @elseif(Auth::user()->role==3) @include('local.managers.pCoords._new_navigation') @endif @stop @section('main')
Name | School | Criteria attempted for the outcome | Criteria achieved for the outcome | Success rate | @foreach($undergradResults["names"] as $id=>$undergradProgramName)
---|---|---|---|---|
{{{ $undergradProgramName }}} | {{{ $undergradResults["schools"][$id] }}} | {{{ $undergradResults["attempted"][$id] }}} | {{{ $undergradResults["achieved"][$id] }}} | {{{ $undergradResults["successRate"][$id] }}} |
Name | School | Sections that attempted outcome | Sections that achieved outcome | Success rate | @foreach($gradResults["names"] as $id=>$gradProgramName)
---|---|---|---|---|
{{{ $gradProgramName }}} | {{{ $gradResults["schools"][$id] }}} | {{{ $gradResults["attempted"][$id] }}} | {{{ $gradResults["achieved"][$id] }}} | {{{ $gradResults["successRate"][$id] }}} |