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