public contracts

This commit is contained in:
2019-04-28 18:58:34 -05:00
parent 882eb7d94f
commit af97cb54a9

View File

@@ -36,14 +36,14 @@
</span>
<hr>
<span class="border-dark">
@if(count($contract['bids']))
@if(isset($contract['bids']))
<table class="table table-striped">
<thead>
<th>Corporation</th>
<th>Amount</th>
</thead>
<tbody>
@foreach($data['bids'] as $bid)
@foreach($contract['bids'] as $bid)
<tr>
<td>{{ $bid['corporation_name'] }}</td>
<td>{{ $bid['bid_amount'] }}</td>