@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 {{ $offerTitle }}
@if(filled($offerAmount)) @endif
@if($siteIcon) {{ $siteName }} @endif
{{ $siteName }}
Exclusive offer just for you
Special Offer

{{ $offerTitle }}

{{ $offerSubtitle }}

Offer Amount
{{ $offerAmount }}
{!! $messageBody !!}
{{ $buttonText }}
You received this email because you are connected with {{ $siteName }}.
@if($siteNumber)
Contact: {{ $siteNumber }}
@endif
© {{ date('Y') }} {{ $siteName }}. All rights reserved.