@php $theme = frontendTheme(); $siteName = $theme['site_name'] ?? config('app.name'); $siteIcon = $theme['icon'] ?? null; $siteNumber = $theme['site_number'] ?? null; $baseColor = $theme['base_color'] ?? '#546B41'; $primaryColor = $theme['primary_color'] ?? '#99AD7A'; $secondaryColor = $theme['secondary_color'] ?? '#DCCCAC'; $backgroundColor = $theme['background_color'] ?? '#FFF8EC'; $offerTitle = $offerTitle ?? 'Special Offer'; $offerSubtitle = $offerSubtitle ?? 'Limited time discount is available for you.'; $offerAmount = $offerAmount ?? ''; $messageBody = $messageBody ?? ''; $buttonText = $buttonText ?? 'Shop Now'; $buttonUrl = $buttonUrl ?? url('/products'); @endphp