user = $user; $this->evento = $evento; $this->cantidad = $cantidad; } public function build() { return $this->subject('Tus QRs para el evento: ' . $this->evento->nombre_evento) ->view('emails.qrcodes'); } }