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