belongsTo(Pakaian::class); } public function subkriteria() { return $this->belongsTo(Subkriteria::class, 'sub_kriteria_id'); } }