@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._new_navigation') @elseif(Auth::user()->role == 3) @include('local.managers.pCoords._new_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 --}}
@foreach ($paths_with_users as $info) @endforeach
Annual Cycle PDF Name User who submitted Date Submitted New Version Download
{{ $info->academic_year }} {{ basename($info->path_to_pdf) }} {{ $info->surnames . ', ' . $info->first_name }} {{ $info->date_posted }} @if ($info->last == 1) @endif Download
@stop @section('included-js') @include('global._datatables_js') @stop