apkService = new ApkService(); } public function index() { $apks = $this->apkService->getLatest(12); return $this->view('home', [ 'apks' => $apks, 'title' => 'ApkNusa - Professional APK Download Portal' ]); } }