{!! Form::model( $payment, ['action' => ['PaymentController@store'], 'id' => 'fm-payment', 'class' => 'form-horizontal', 'role' => 'form'] ) !!} {!! Form::hidden('id', null, ['id' => 'payment_id']) !!} {!! Form::hidden('agreement_id', null, ['id' => 'agreement_id']) !!}