user = $user; $this->tipo = $tipo; } public function build() { return $this->subject('¡Bienvenido a OnAPB!') ->view('emails.welcome'); } }