@stack('styles') @php $primary = $settings?->primary_color ?: '#2563eb'; $accent = $settings?->accent_color ?: '#facc15'; $primaryDark = adjust_hex($primary, -22); $primaryLight = adjust_hex($primary, 86); $accentDark = adjust_hex($accent, -16); [$pr, $pg, $pb] = hex_to_rgb($primary); [$ar, $ag, $ab] = hex_to_rgb($accent); @endphp
@yield('content')
@stack('scripts') @php $waNumber = preg_replace('/[^0-9]/', '', $settings?->whatsapp_number ?? ''); @endphp @if(($settings?->show_whatsapp ?? true) && $waNumber)
¡Hola! Bienvenido a {{ $settings->name }}

Estamos listos para conversar. ¿En qué podemos ayudarte?

@endif