themeCore = $themeCore; } public function with(): array { $this->themeCore->getActive(); $logoUrl = $this->themeCore->getLogoUrl(); return [ 'logoPath' => $logoUrl ?: BASE_URL.'/dist/images/logo.svg', ]; } }