modify bids
This commit is contained in:
@@ -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() !!}
|
||||
|
||||
Reference in New Issue
Block a user