data = $data; } /** * Build the message. * * @return $this */ public function build() { return $this->subject('IKEA Feedback Mail')->view('mails.feedback'); } }