forked from TFMM/silent-auction
feat: install and scaffold Tablar theme #6
@@ -19,6 +19,7 @@
|
|||||||
<table class="table table-vcenter card-table">
|
<table class="table table-vcenter card-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th>Bidder #</th>
|
||||||
<th>Make</th>
|
<th>Make</th>
|
||||||
<th>Model</th>
|
<th>Model</th>
|
||||||
<th>Year</th>
|
<th>Year</th>
|
||||||
@@ -28,6 +29,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($vehicles as $vehicle)
|
@foreach($vehicles as $vehicle)
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>{{ $vehicle->vehicleOwner->bidder_assigned_number ?? 'N/A' }}</td>
|
||||||
<td>{{ $vehicle->make }}</td>
|
<td>{{ $vehicle->make }}</td>
|
||||||
<td>{{ $vehicle->model }}</td>
|
<td>{{ $vehicle->model }}</td>
|
||||||
<td>{{ $vehicle->year }}</td>
|
<td>{{ $vehicle->year }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user