data = $data; $this->notificationEmail = $notificationEmail; } /** * Build the message. * * @return $this */ public function build() { return $this->from($this->notificationEmail)->markdown('emails.send.estimate', ['data', $this->data]); } }