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