$this->name]), ); } public function content(): Content { return new Content( view: 'emails.contact-confirmation', with: [ 'name' => $this->name, ], ); } public function attachments(): array { return []; } }