@props([ 'seal' => 'Recebido', 'title', 'body', 'homeLabel' => 'Voltar para a home', 'whatsappLabel' => 'Falar no WhatsApp', 'whatsappText' => 'Olá, enviei um briefing e gostaria de acompanhar.', ]) @php $settings = $siteSettings ?? \App\Models\SiteSetting::instance(); $digits = preg_replace('/\D/', '', (string) ($settings->whatsapp_number ?? '')); $whatsappHref = strlen($digits) >= 10 ? 'https://wa.me/'.$digits.'?text='.rawurlencode($whatsappText) : null; @endphp
{{ $seal }}
{{ $body }}