service = $o; $this->notes = $notes; } /** * Build the message. * * @return $this */ public function build() { return $this ->markdown('email.admin.order.approve') ->with(['site'=>config('SITE_SETUP')]); } }