lowest bid

This commit is contained in:
2019-04-30 00:22:22 -05:00
parent 4e8c29d0a0
commit 69b5232eea

View File

@@ -28,7 +28,7 @@
<hr>
<span class="border-dark">
<div class="container">
Lowest Bid: {{ number_format($contract['lowestbid']['amount'], 2, '.', ',') }}
Lowest Bid: {{ number_format($contract['lowestbid'], 2, ',', '.') }}
</div>
</span>
<hr>