add score to winner table

This commit is contained in:
2026-04-20 10:08:56 -04:00
parent 13837faaa5
commit a99021587e
+6
View File
@@ -23,6 +23,9 @@
<th>
Vehicle Number:
</th>
<th>
Total Score:
</th>
<th>
Year:
</th>
@@ -47,6 +50,9 @@
<td>
{{ $carshowwinner_result->awardVehicle[0]->owner }}
</td>
<td>
{{ $carshowwinner_result->total_score }}
</td>
<td>
{{ $carshowwinner_result->awardVehicle[0]->year }}
</td>