hasMany(Kost::class); } public function alternatif() { return $this->hasMany(Alternatif::class); } }