routeParam('_authenticated_user'); return $this->render('admin/dashboard', [ 'user' => $user, 'title' => 'Dashboard', ], 'admin'); } }