@props(['branding', 'headerLogoUrl' => null, 'footerLogoUrl' => null])
{{ $branding['name'] }}
@if ($headerLogoUrl)
@else
{{ $branding['name'] }}
@endif
|
|
{{ $slot }}
|
@if ($footerLogoUrl)
@endif
{{ $footer ?? 'Este correo fue enviado por '.$branding['name'].'.' }}
|
|