hasMany(Kategori::class); } // Relasi dengan tabel quiz public function quizzes() { return $this->hasMany(Quiz::class, 'id_materi'); } }