Sent
{{ stats.sent.toLocaleString() }}
Failed
{{ stats.failed.toLocaleString() }}
Delivery Rate
{{ stats.delivery_rate }}%
Credit Burn (month)
{{ stats.credit_burn_this_month.toLocaleString() }}
Current Balance
{{ stats.current_credits.toLocaleString() }}
Burned This Month
{{ stats.credit_burn_this_month.toLocaleString() }}
No SMS records found
| Recipient | Message | Status | Trigger | Sent At |
|---|---|---|---|---|
| {{ j.recipient_phone }} | {{ j.message }} | {{ j.trigger || '—' }} | {{ j.sent_at ? new Date(j.sent_at).toLocaleString('en-PH') : '—' }} |