8889841cdata = $data; } /** * Build the message. * * @return $this */ public function build() { $customer_data = $this->data; return $this->view('backend.mail.customer_create',compact('customer_data'))->subject('New Customer'); } }