add score to winner table
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user