subject = $subject; $this->user = $user; } public function build() { return $this->markdown('emails.user.registered') ->subject($this->subject) ->with(['user' => $this->user]); } }