@for (item of invoiceCard; track item) {
{{ item.title }}
}
    @for (list of UserList; track list) {
  • user-image
    {{ list.name }} - #790841

    {{ list.value }}

    {{ list.time }}

  • }
    @for (item of notificationList; track $index) {
  • @if (item.text === true) {
    C
    } @else { }
    {{ item.title }} @if (item.link === true) { {{ item.linkValue }} . }

    {{ item.date }}

  • }