@if (sizeof($groupsWithSubjects) > 0)
|
Materias y grupos |
@foreach ($groupsWithSubjects as $key => $groupsWithSubject)
|
|
{{$groupsWithSubject['groupname']}}
{{explode(' ',$groupsWithSubject['groupstartdate'])[0]}} - {{explode(' ',$groupsWithSubject['groupenddate'])[0]}}
{{$groupsWithSubject['subjectunity']}}
Información de la materia
{{$groupsWithSubject['subjectcode']}}
{{$groupsWithSubject['subjectname']}}
{{$groupsWithSubject['subjecttype']}}
{{$groupsWithSubject['subjectoptional'] == 0 ? 'NO' : 'SI'}}
|
@endforeach
@else
@if ($selectedEvaluationSystem != '')
Este sistema de evaluación no tiene grupos pendientes por relacionar con notas
@else
Seleccione un sistema de evaluación para asociar notas
@endif
@endif