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