{{ Form::model($creditNote, array('route' => array('invoice.edit.credit.updatenote',$creditNote->invoice, $creditNote->id), 'method' => 'post', 'class'=>'needs-validation', 'novalidate')) }} {{ Form::close() }}