{{ Form::model($otherpayment, ['route' => ['otherpayment.update', $otherpayment->id], 'method' => 'PUT', 'class' => 'needs-validation', 'novalidate']) }} {{ Form::close() }}