{!! Form::model($agreement_product, ['method' => 'PATCH', 'action' => ['AgreementProductController@update', $agreement_product->id], 'id' => 'fm_agreement_product', 'class' => 'form-horizontal', 'role' => 'form']) !!} @include('agreement_product.form') {!! Form::close() !!}