title('员工'); $this->subTitle('员工总数'); $this->withContent(UserInfo::where('is_company', 1)->count()); } public function withContent($content) { return $this->content( <<