12 lines
520 B
PHP
12 lines
520 B
PHP
<x-mail.branded-layout :tenant="$tenant" :header-logo-url="$headerLogoUrl" :footer-logo-url="$footerLogoUrl">
|
|
<h1 style="margin: 0 0 20px; color: {{ $tenant->primary_color }}; font-size: 26px; line-height: 1.3;">
|
|
Prueba de correo de Shopit
|
|
</h1>
|
|
|
|
<p style="margin: 0 0 16px;">{!! nl2br(e($mailMessage)) !!}</p>
|
|
|
|
<p style="margin: 24px 0 0; color: #64748b; font-size: 13px;">
|
|
Si recibiste este mensaje, la configuración de correo funciona correctamente.
|
|
</p>
|
|
</x-mail.branded-layout>
|