checkApiToken(); $paid = $this->getPaidModules(); $new = $this->getNewModules(); $free = $this->getFreeModules(); return view('modules.home.index', compact('paid', 'new', 'free')); } }