title('订单'); $this->subTitle('订单总数'); $this->withContent(Order::whereNotNull('store_id')->where('status', Order::STATUS_COMPLETED)->count()); } public function withContent($content) { return $this->content( <<