$params['id']])->value('other'); if($other){ $other=json_decode($other,true); }else{ $other=[]; } $params = array_merge($params, $other); $params = Form::getDataDetail('quote', $params); return $params; } }