user = $user; } /** * Build the message. * * @return $this */ public function build() { return $this->view('emails.welcome') // Not needed because $this->user is public. // ->with(['user' => $this->user]) ; } }