belongsTo(Disease::class); } public function symptom() { return $this->belongsTo(Symptom::class); } }