fixed includes for supply chain contract blades
This commit is contained in:
@@ -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() !!}
|
||||||
|
|||||||
@@ -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() !!}
|
||||||
|
|||||||
Reference in New Issue
Block a user