$finder->featured(8), 'recently' => $finder->recent(6), 'mostUsed' => $finder->popular(8), 'categories' => $finder->categories(), 'toolCount' => $finder->countTools(), 'guides' => model(\App\Models\GuideModel::class)->published(4), ]; $this->seo->title(config('Site')->name . ' – Free Online Video, YouTube & Image Tools') ->description('Fast, simple and free tools for downloading, converting, compressing and editing media online. ' . $data['toolCount'] . ' tools, no signup required.') ->canonical('/') ->breadcrumbs([]); return $this->render('home', $data); } }