modify bids

This commit is contained in:
2019-04-29 00:39:05 -05:00
parent ba4ac0c2d0
commit 21dcb10bef

View File

@@ -26,6 +26,7 @@
{{ Form::label('suffix', 'B') }}
{{ Form::radio('suffix', 'B', false) }}
{{ Form::hidden('type', $contract['type']) }}
{{ Form::hidden('contract_id', $contract['id']) }}
</div>
{{ Form::submit('Modify Bid', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!}