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