mailSubject); } public function content(): Content { $this->tenant->loadMissing(['headerLogo', 'footerLogo']); return new Content( view: 'mail.test', with: [ 'tenant' => $this->tenant, 'headerLogoUrl' => $this->tenant->headerLogo?->getTemporaryUrl(1440), 'footerLogoUrl' => $this->tenant->footerLogo?->getTemporaryUrl(1440), ], ); } }