@php $color = ''; @endphp
EESOPI Nº 8206 "Roberto Vicentín"
Estudiante | @foreach ($subjects as $subject){{ $subject['name'] }} | @endforeach|
---|---|---|
{{ $loop->index+1 }} | {{ $student['studentName'] }} | @foreach ($subjects as $subject) @php if ($student[$subject['id']]['grade'] == 0) { $color = 'silver'; } else { $student[$subject['id']]['grade'] <6 ? $color = '#fbb' : $color = 'transparent'; } $color='background-color:'.$color.';'; @endphp{{ $student[$subject['id']]['grade'] }} | @endforeach