$m['status'] === 'pending')); $sentToday = count(array_filter($sentMessages, fn($m) => date('Y-m-d', strtotime($m['sent_at'])) === date('Y-m-d'))); ?>
// = t('NO HAY MENSAJES PROGRAMADOS') ?>
| = t('Destinatario') ?> | = t('Plataforma') ?> | = t('Fecha') ?> | = t('Estado') ?> |
|---|---|---|---|
| = htmlspecialchars($msg['recipient_name']) ?> | Discord Telegram | = date('d/m/Y H:i', strtotime($msg['send_time'])) ?> | = t($msg['status']) ?> |