Add vehicle count to dashboard
This commit is contained in:
@ -20,7 +20,10 @@
|
||||
Total Bidders:
|
||||
</th>
|
||||
<th>
|
||||
Winners Entered:
|
||||
Auction Winners Entered:
|
||||
</th>
|
||||
<th>
|
||||
Total Vehicles:
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -33,6 +36,9 @@
|
||||
<td>
|
||||
{{ $winner_count_result }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $vehicle_count_result }}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user