Detalle de Notificación #{{ $notificacion->id }}
Volver
@php
$num = preg_replace('/[^0-9]/', '', $notificacion->destinatario);
if (!str_starts_with($num, '591')) { $num = '591' . $num; }
$waUrl = 'https://wa.me/' . $num . '?text=' . urlencode($notificacion->mensaje);
@endphp
Abrir en WhatsApp
@if($notificacion->estado === 'pendiente')
@elseif($notificacion->estado === 'fallido')
@endif