belongsTo(Quiz::class, 'id_quiz'); } // Relasi dengan tabel users public function user() { return $this->belongsTo(User::class, 'id_user'); } }