Recap Work
This commit is contained in:
parent
ac7ae4fa50
commit
0c28cbfceb
|
|
@ -26,9 +26,10 @@
|
|||
<tr>
|
||||
<x-table.td>{{$row['rank']}}</x-table.td>
|
||||
<x-table.td>{{$row['name']}}<br>{{$row['school']}}</x-table.td>
|
||||
@php ($ssTotal = 0)
|
||||
|
||||
@php ($ssOn = 1)
|
||||
@foreach($subscores as $subscore)
|
||||
@php ($ssTotal = 0)
|
||||
@foreach($judges as $judge)
|
||||
<x-table.td>
|
||||
{{ $row['subscores']['judge'.$judge->id][$subscore->name] }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue