where('materi_id', $id) ->inRandomOrder() ->take(10) ->get(); return Inertia::render('User/Quiz', [ 'data' => $data, 'materi_id' => $id, ]); } }