@include('exports/header')
{{ $title }}
{{ $date }}
@if ($studyProgram)
PROGRAM DE ESTUDIOS: {{ $studyProgram }}
@endif
@if ($rol)
{{ $rol }}: {{ $person }}
@endif
SEMESTRE: {{ $period }}
@foreach ($columns as $column)
@endforeach
@foreach ($rows as $indexAzul => $valueAzul)
@foreach ($valueAzul as $indexAmarillo => $valueAmarillo)
@if (!$currentValue || !isset($prev[$indexAmarillo]) || $prev[$indexAmarillo] != $currentValue)
|
{!! $currentValue !!}
|
@endif
@endforeach
@endforeach