lowest bid

This commit is contained in:
2019-04-30 00:25:13 -05:00
parent 58bb7a42e5
commit 95f761ce62

View File

@@ -26,12 +26,14 @@
</div>
</span>
<hr>
<span class="border-dark">
<div class="container">
<span class="border-dark">
Lowest Bid: {{ number_format($contract['lowestbid'], 2, '.', ',') }}<br>
Lowest Bid Corp: {{ $contract['lowestcorp'] }}<br>
</span>
</div>
</span>
<hr>
<!-- Count the number of bids for the current contract -->
@if($contract['bid_count'] > 0)