|
MATERIA
|
A
|
B
|
C
|
D
|
@foreach($subjects as $sbj)
@if($sbj->has_grades==1)
{{strtoupper($sbj->name_csb)}}
|
@foreach($sbj->activityTypes as $att1)
@if($att->name_att===$att1->name_att)
{{$att1->A}}
|
{{$att1->B}}
|
{{$att1->C}}
|
{{$att1->D}}
|
@endif
@endforeach
@endif
@endforeach
|