ending contracts

This commit is contained in:
2019-05-02 23:34:53 -05:00
parent 7069715238
commit 185fe3cca8

View File

@@ -41,7 +41,7 @@
</thead>
<tbody>
{!! Form::open(['action' => 'ContractAdminController@endContract', 'method' => 'POST']) !!}
{{ Form::hidden('contract_id', $contract['id']) }}
{{ Form::hidden('contract_id', $contract['contract_id']) }}
@foreach($bids as $bid)
<tr>
<td>{{ $bid['bid_amount'] }}</td>