@props([ 'activeRegion' => 'DE', 'language' => 'Deutsch', 'languageShort' => 'DE', 'navigation' => null, 'ticker' => [], 'marketIndex' => null, 'asideSlides' => null, 'brand' => null, ]) @php $themeKey = config('app.theme'); $brand = $brand ?? config('domains.domains.'.$themeKey.'.brand', [ 'name' => 'businessportal', 'accent' => '24', 'tagline_short' => 'Pressemitteilungen · DACH', ]); $brandName = $brand['name'] ?? 'businessportal'; $brandAccent = $brand['accent'] ?? ''; $brandTagline = $brand['tagline_short'] ?? 'Pressemitteilungen · DACH'; @endphp @php \Carbon\Carbon::setLocale('de'); $today = now(); $regions = [ ['code' => 'DE', 'flag' => '🇩🇪'], ['code' => 'AT', 'flag' => '🇦🇹'], ['code' => 'CH', 'flag' => '🇨🇭'], ['code' => 'EN', 'flag' => '🌐'], ]; $navigation ??= [ ['label' => 'Startseite', 'href' => route('home'), 'active' => true], ['label' => 'Wirtschaft', 'href' => route('kategorien')], ['label' => 'Technologie', 'href' => route('kategorien')], ['label' => 'Finanzen', 'href' => route('kategorien')], ['label' => 'Industrie', 'href' => route('kategorien')], ['label' => 'Energie', 'href' => route('kategorien')], ['label' => 'Gesundheit', 'href' => route('kategorien')], ['label' => 'Handel', 'href' => route('kategorien')], ['label' => 'Immobilien', 'href' => route('kategorien')], ['label' => 'Mobilität', 'href' => route('kategorien')], ['label' => 'Alle Rubriken', 'href' => route('kategorien')], ]; $activeLabel = collect($navigation)->firstWhere('active', true)['label'] ?? 'Menü'; @endphp
{{-- Top Utility Bar (dunkel) --}}
{{ ucfirst($today->isoFormat('dd, D. MMM')) }} @foreach ($regions as $region) @endforeach {{-- Sprache: mobil verkürzt; ab lg mit Newsletter/RSS/API --}} {{ $languageShort }}
{{-- Header (Logo + Suche + Buttons + Burger) --}} {{-- Main Navigation (Underline-Tabs Desktop, Burger Mobile) --}}