@php($logo_type = get_buzzy_config('MailTemplateLogoType')) @if ($logo_type === 'image') @elseif ($logo_type === 'custom') {{ get_buzzy_config('MailTemplateCustomTitle', get_buzzy_config('sitename')) }} @else {{ $slot }} @endif