{{-- Email Header with Global Gala Logo and Brand - Atomic Design v2.0 --}}
|
{{-- Global Gala Logo - Public URL for Gmail Compatibility --}}
@php
// Use public URL instead of base64 for better Gmail compatibility
// Gmail has strict limits on base64 images and may strip them
$apiUrl = config('app.api_url', config('app.url'));
$logoUrl = rtrim($apiUrl, '/') . '/storage/email/GlobalGala.png';
@endphp
{{ $subtitle }} @endif |