user = $user; } /** * Build the message. * * @return $this */ public function build() { return $this->markdown('emails.user.registered') ->with([ 'user' => $this->user, ]); } }