$this->eventName, ]), ); } public function content(): Content { return new Content( view: 'emails.photobooth-uploader-download', with: [ 'recipientName' => $this->recipientName, 'eventName' => $this->eventName, 'links' => $this->links, ], ); } public function attachments(): array { return []; } }