@php $qrSrc = null; if (!empty($qrRegistroPng ?? null) && isset($message)) { $qrSrc = $message->embedData($qrRegistroPng, 'qr-registro.png', 'image/png'); } elseif (!empty($qrRegistroUrl ?? null)) { $qrSrc = $qrRegistroUrl; } @endphp @if(($plantilla->mostrar_boton_registro ?? true) || (($plantilla->mostrar_qr_registro ?? false) && !empty($qrSrc)))
@if($plantilla->mostrar_boton_registro ?? true) Registrate ahora @endif @if(($plantilla->mostrar_qr_registro ?? false) && !empty($qrSrc))
Codigo QR para registro

Escanea este codigo QR para abrir el registro.

@endif
@endif