data = $data; } /** * Build the message. * * @return $this */ public function build() { $company = $this->data['company']['name']; return $this->subject("Payment from $company") ->markdown('emails.send.payment', ['data', $this->data]); } }