Recap Work

This commit is contained in:
Matt Young 2024-11-04 07:24:56 -06:00
parent ac7ae4fa50
commit 0c28cbfceb
1 changed files with 2 additions and 1 deletions

View File

@ -26,9 +26,10 @@
<tr> <tr>
<x-table.td>{{$row['rank']}}</x-table.td> <x-table.td>{{$row['rank']}}</x-table.td>
<x-table.td>{{$row['name']}}<br>{{$row['school']}}</x-table.td> <x-table.td>{{$row['name']}}<br>{{$row['school']}}</x-table.td>
@php ($ssTotal = 0)
@php ($ssOn = 1) @php ($ssOn = 1)
@foreach($subscores as $subscore) @foreach($subscores as $subscore)
@php ($ssTotal = 0)
@foreach($judges as $judge) @foreach($judges as $judge)
<x-table.td> <x-table.td>
{{ $row['subscores']['judge'.$judge->id][$subscore->name] }} {{ $row['subscores']['judge'.$judge->id][$subscore->name] }}