user->identity->username; $type = $this->request->get('type'); return $this->render('index', [ 'username' => $username, 'type' => $type, ]); } }