@props([ 'brand' => null, ]) @php $themeKey = config('app.theme', 'presseportale'); $brand = $brand ?? config('domains.domains.' . $themeKey . '.brand', []); $brandTagline = $brand['tagline_short'] ?? 'Publisher · Hub'; $brandTaglineLong = $brand['tagline_long'] ?? 'Der gemeinsame Publisher-Bereich für presseecho und businessportal24.'; $footerLegal = str_replace(':year', (string) now()->year, $brand['footer_legal'] ?? '© ' . now()->year . ' presseportale'); @endphp