/** * Display a listing of the resource. * * @return Response */ public function indexFront() { $posts = $this->category_gestion->indexFront($this->nbrPages); $links = $posts->setPath('')->render(); return view('front.category.index', compact('posts', 'links')); }