title('营业额'); $this->subTitle('订单营业额'); $this->withContent(Order::whereNotNull('store_id')->where('status', Order::STATUS_COMPLETED)->sum('total_amount')); } public function withContent($content) { return $this->content( <<