config->get('faq_text'); $faq = $this->faq->orderBy('question')->get(); return $this->response->withView( 'pages/faq/overview.twig', ['text' => $text, 'items' => $faq] + $this->getNotifications() ); } }