Notifications
@for ( notification of notifications; track trackByFn($index, notification) ) {
@if (notification.link) { @if (!notification.useRouter) { } @if (notification.useRouter) { } } @if (!notification.link) {
}
@if (notification.icon && !notification.image) {
} @if (notification.image) { }
@if (notification.title) {
} @if (notification.description) {
}
{{ notification.time | date: 'MMM dd, h:mm a' }}
} @if (!notifications || !notifications.length) {
No notifications
When you have notifications, they will appear here.
}