hasMany(SubKriteria::class)->orderBy('bobot_lokal', 'desc'); } public function wargaDetails() { return $this->hasMany(WargaDetail::class); } }