data = $data; } /** * Build the message. * * @return $this */ public function build() { $this->subject('Verify Email') ->markdown('verify_email'); return $this; } }