WhatsApp Business

{{ $statusText }}
@if($user)

{{ $user['id'] ?? 'N/A' }} {{ $user['name'] ?? 'Usuario' }}

@elseif($connectionError)

{{ $connectionError }}

@else

No hay sesión activa de WhatsApp

@endif
@php $totalMsgs = $stats['total'] > 0 ? $stats['total'] : 1; $sentPercent = ($stats['sent'] / $totalMsgs) * 100; $deliveredPercent = ($stats['delivered'] / $totalMsgs) * 100; $readPercent = ($stats['read'] / $totalMsgs) * 100; $failedPercent = ($stats['failed'] / $totalMsgs) * 100; @endphp

{{ $stats['sent'] }}

Enviados

{{ $stats['delivered'] }}

Entregados

{{ $stats['read'] }}

Leídos

{{ $stats['failed'] }}

Fallidos

Cargando...

@push('scripts') @endpush