{{-- The mail's masthead: the app name in title-lg, or the logo from `livewire-material.mail.logo` (`src`, `width`, `height`). Replaces the framework's header, which swaps the name for Laravel's own logo whenever the app is still called "Laravel". A logo keeps the name as its alt text, for readers with images off; its width and height are repeated as attributes because Outlook sizes an image from those and ignores the stylesheet. Serve the file at twice those dimensions to stay crisp, from an absolute URL — a queued mail has no request to resolve a relative one. --}} @props(['url', 'logo' => config('livewire-material.mail.logo')]) @php $name = trim(strip_tags((string) $slot)); $src = is_array($logo) ? ($logo['src'] ?? null) : null; @endphp