contract framework

This commit is contained in:
2019-04-25 00:01:09 -05:00
parent ad5d357506
commit fa7be3f7c9

View File

@@ -18,6 +18,7 @@
<th>Name</th>
<th>Items</th>
<th>End Date</th>
<th>Top Bid</th>
</thead>
<tbody>
<tr>
@@ -25,6 +26,7 @@
<td>Name</td>
<td>2 Nags</td>
<td>24-04-2019</td>
<td>Corporation</td>
</tr>
</tbody>
</table>
@@ -33,15 +35,4 @@
</div>
</div>
</div>
<br>
<div class="container col-md-12">
<div class="card">
<div class="card-header">
Current Top Bid
</div>
<div class="card-body">
Some corporation and the price
</div>
</div>
</div>
@endsection