data['imagePath'] = $imagePath; } /** * Build the message. * * @return $this */ public function build() { return $this->view('emails.orderInvoice', ['data' =>$this->data]); } }