SurveyQuestion Model
public function opinions(){ return $this->hasMany(\'App\\SurveyOpinions\',\'option_id\'); }