All caught up!
No notifications to show.
'danger', 'warning' => 'warning', 'info' => 'info'];
$icons = ['error' => 'fa-times-circle', 'warning' => 'fa-exclamation-triangle', 'info' => 'fa-info-circle'];
$tc = $typeColors[$n['type']] ?? 'info';
$icon = $icons[$n['type']] ?? 'fa-info-circle';
$isRead = !empty($n['is_read']);
?>
= htmlspecialchars($n['title'] ?? '') ?>
= htmlspecialchars($n['message'] ?? '') ?>
= time_ago($n['created_at'] ?? '') ?>