contact = $contact; } /** * Build the message. * * @return $this */ public function build() { $contact = $this->contact; return $this->subject('New Support Message')->markdown('emails.contact.admin')->with(compact('contact')); } }