@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'; $title = $title ?? 'Notification'; $body = $body ?? ''; @endphp {{ $title }}
{{-- Header --}} {{-- Title --}} {{-- Body --}} {{-- CTA optional --}} @if(!empty($buttonText) && !empty($buttonUrl)) @endif {{-- Footer --}}
@if($siteIcon) {{ $siteName }} @endif
{{ $siteName }}
This is a system generated email
Notification

{{ $title }}

{!! $body !!}
{{ $buttonText }}
You received this email because you have an account or activity with {{ $siteName }}.
@if($siteNumber)
Contact: {{ $siteNumber }}
@endif
© {{ date('Y') }} {{ $siteName }}. All rights reserved.