fixed includes for supply chain contract blades

This commit is contained in:
2020-08-07 12:07:58 -05:00
parent 0474936bfc
commit 9e90e785a3
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
{{ $contract['title'] }} {{ $contract['title'] }}
</div> </div>
<div class="col-sm" align="right"> <div class="col-sm" align="right">
{!! Form::open(['action' => 'Contracts\SupplyChainContract@displaySupplyChainContractBid', 'method' => 'POST']) !!} {!! Form::open(['action' => 'Contracts\SupplyChainController@displaySupplyChainContractBid', 'method' => 'POST']) !!}
{{ Form::hidden('contract_id', $contract['contract_id'], ['class' => 'form-control']) }} {{ Form::hidden('contract_id', $contract['contract_id'], ['class' => 'form-control']) }}
{{ Form::submit('Bid', ['class' => 'btn btn-primary']) }} {{ Form::submit('Bid', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!} {!! Form::close() !!}

View File

@@ -9,7 +9,7 @@
{{ $contract['title'] }} {{ $contract['title'] }}
</div> </div>
<div class="col-sm" align="right"> <div class="col-sm" align="right">
{!! Form::open(['action' => 'Contracts\SupplyChainContract@displaySupplyChainContractBid', 'method' => 'POST']) !!} {!! Form::open(['action' => 'Contracts\SupplyChainController@displaySupplyChainContractBid', 'method' => 'POST']) !!}
{{ Form::hidden('contract_id', $contract['contract_id'], ['class' => 'form-control']) }} {{ Form::hidden('contract_id', $contract['contract_id'], ['class' => 'form-control']) }}
{{ Form::submit('Bid', ['class' => 'btn btn-primary']) }} {{ Form::submit('Bid', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!} {!! Form::close() !!}