@props([ 'title' => null, 'preheader' => null, 'siteName' => null, ]) @php $brandName = $siteName ?? config('app.name'); $brandUrl = config('app.url'); $logoUrl = config('mail.brand.logo_url'); $renderedTitle = $title ?? $brandName; @endphp