Send push notifications to Android app users
| Time | Type | Title | Message | Target | Read by | Actions |
|---|---|---|---|---|---|---|
| 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['read_count'] ?? 0) > 0 ? 'Read' : 'Unread' ?> = $rc ?> / = $totalActiveUsers ?> |
|
Are you sure you want to delete this notification?
This action cannot be undone. The notification will be removed for all users.