ending contracts

This commit is contained in:
2019-05-02 23:45:37 -05:00
parent c28b36460a
commit e28378462a

View File

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