title('店铺'); $this->subTitle('店铺总数'); $this->withContent(Store::effective()->count()); } public function withContent($content) { return $this->content( <<

{$content}

HTML ); } }