@php $emailAppName = \App\Models\PlatformSetting::get('email_app_name', 'Buy Me A Drink'); $emailLogoUrl = \App\Models\PlatformSetting::get('email_logo_url', ''); $emailHeaderColor = \App\Models\PlatformSetting::get('email_header_color', '#f59e0b'); $emailFooterText = \App\Models\PlatformSetting::get('email_footer_text', 'You are receiving this email from ' . $emailAppName . '. All rights reserved.'); $emailSupportEmail = \App\Models\PlatformSetting::get('email_support_email', env('ADMIN_EMAIL', 'support@buymeadrink.com')); @endphp {{ $subject ?? $emailAppName }}
@if(!empty($emailLogoUrl)) {{ $emailAppName }} @else 🥂 @endif {{ $emailAppName }}
@yield('content')