modify bids

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

View File

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