take(10)->get(); $view->with('topHighscore', $topHighscore); // Fetch the top guild highscore $topGuildHighscore = GuildHighscoreCache::orderBy('id')->take(10)->get(); $view->with('topGuildHighscore', $topGuildHighscore); } }