@php // Fallbacks from config/app.php and optional brand config $appName = config('app.name', 'Dream Drives'); $logo = config('brand.email_logo_url'); // e.g., set per-environment/brand @endphp @if($logo) {{ $appName }} @else {{ $appName }} @endif