updated all forms for new namespace standard

This commit is contained in:
2019-05-05 23:14:45 -05:00
parent 8ea21821ab
commit d5ddc3ec0d
15 changed files with 21 additions and 21 deletions
@@ -17,7 +17,7 @@
Type: {{ $contract['type'] }}<br>
End Date: {{ $contract['end_date'] }}<br>
Description: {{ $contract['body'] }}<br>
{!! Form::open(['action' => 'ContractController@modifyBid', 'method' => 'POST']) !!}
{!! Form::open(['action' => 'Contracts\ContractController@modifyBid', 'method' => 'POST']) !!}
<div class="form-group">
{{ Form::label('bid', 'Bid') }}
{{ Form::text('bid', '', ['class' => 'form-control', 'placeholder' => '1.0']) }}