{{-- Marken-Header mit Logo --}}
{{ $customerBrandName }}
{{ __('Willkommen bei') }} {{ $customerBrandName }}! {{ __('Ihr persönliches Kundenportal') }} @if($customerBrokerName)
@svg('heroicon-o-user-circle', 'w-5 h-5 text-zinc-500 dark:text-zinc-400') {{ __('Ihr Ansprechpartner:') }} {{ $customerBrokerName }}
@endif
@svg('heroicon-o-home', 'w-16 h-16', ['style' => 'color: ' . ($customerBrandColors['primary'] ?? '#2b3f51')])
{{-- Info-Box --}}
@svg('heroicon-o-information-circle', 'w-6 h-6 flex-shrink-0', ['style' => 'color: ' . ($customerBrandColors['secondary'] ?? '#20a0da')])
{{ __('Ihr Dashboard wird bald erweitert') }}
{{ __('Hier sehen Sie bald Ihre Bestellungen, Wunschliste und Empfehlungen.') }}
{{-- Top-Angebote --}} @if(!empty($topOffers))
{{ __('Top-Angebote für Sie') }} {{ __('Exklusive Möbel zu besonderen Preisen') }}
{{ __('Alle Angebote') }}
@foreach($topOffers as $offer)
{{-- Produktbild --}}
{{ $offer['name'] }} {{-- Rabatt-Badge --}} @if($offer['discount'] > 0)
-{{ $offer['discount'] }}%
@endif {{-- Kategorie-Badge --}}
{{ $offer['category'] }}
{{-- Produktinfo --}}

{{ $offer['name'] }}

{{ $offer['description'] }}

{{-- Preis --}}
{{ number_format($offer['price'], 2, ',', '.') }} € @if($offer['original_price'] > $offer['price']) {{ number_format($offer['original_price'], 2, ',', '.') }} € @endif
{{-- Aktions-Buttons --}}
{{ __('Details') }}
@endforeach
@endif {{-- Feature-Vorschau --}}
@svg('heroicon-o-shopping-bag', 'w-8 h-8', ['style' => 'color: ' . ($customerBrandColors['primary'] ?? '#2b3f51')])
{{ __('Meine Bestellungen') }}
{{ __('Bald verfügbar') }}
{{ __('In Entwicklung') }}
@svg('heroicon-o-heart', 'w-8 h-8', ['style' => 'color: ' . ($customerBrandColors['secondary'] ?? '#20a0da')])
{{ __('Meine Wunschliste') }}
{{ __('Bald verfügbar') }}
{{ __('In Entwicklung') }}
@svg('heroicon-o-star', 'w-8 h-8', ['style' => 'color: ' . ($customerBrandColors['accent'] ?? ($customerBrandColors['secondary'] ?? '#20a0da'))])
{{ __('Empfehlungen') }}
{{ __('Bald verfügbar') }}
{{ __('In Entwicklung') }}
{{-- Marken-Info Footer --}}
{{ __('Powered by') }}
{{ $customerBrandName }}