@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