Send push notifications to Android app users
| Time | Type | Title | Message | Target | Status |
|---|---|---|---|---|---|
| No notifications sent yet. | |||||
| = htmlspecialchars($note['created_at'] ?? '') ?> | = htmlspecialchars(ucfirst($note['type'] ?? 'info')) ?> | = htmlspecialchars($note['title'] ?? '') ?> | = htmlspecialchars(mb_substr($note['message'] ?? '', 0, 80)) ?>= mb_strlen($note['message'] ?? '') > 80 ? '...' : '' ?> | = $note['user_id'] ? htmlspecialchars($note['target_username'] ?? "User #{$note['user_id']}") : 'All Users' ?> | = $note['is_read'] ? 'Read' : 'Unread' ?> |