user = $user; $this->password = $password; } /** * Build the message. * * @return $this */ public function build() { return $this->subject(__('Seu cadastro em ') . config('app.name')) ->markdown('emails.users.password'); } }