8889841cdata = $data; } /** * Build the message. * * @return $this */ public function build() { $deposit_data = $this->data; return $this->view('backend.mail.customer_deposit',compact('deposit_data'))->subject('Deposit Details'); } }