@php $assetPath = fn (string $path) => asset('frontend/' . ltrim($path, '/')); $settingsService = app(\App\Services\SettingsService::class); $pageNewsletterHeading = trim((string) $settingsService->get('page_newsletter_heading', '')); $pageNewsletterIntro = trim((string) $settingsService->get('page_newsletter_intro', '')); $newsletter_thumb = $newsletter_thumb ?? $assetPath('images/about/hm1-img01.webp'); @endphp