$this->senderName]), ); } public function content(): Content { return new Content( markdown: 'mail.share-created', with: [ 'senderName' => $this->senderName, 'shareUrl' => $this->shareUrl, 'expiresAt' => $this->expiresAt, 'certificateCount' => $this->certificateCount, 'hasPassword' => $this->hasPassword, ], ); } }