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