belongsTo(Penyakit::class, 'id_penyakit'); } public function gejala() { return $this->belongsTo(Gejala::class, 'id_gejala'); } }