@for (item of notificationDetailData; track $index) {
{{ item.date }}
{{ item.count }}
@for (event of item.events; track $index) {
} }