@if (hasSelection) { }
Filter By:
@if ((total$ | async)! > 0) { @for (invoice of records$ | async; track $index; let i = $index) { } } @else { }
ID Create & End Date Clients Name Purchase Amount Status Actions
#{{ invoice.id }}
{{ invoice.date }}
@if (invoice.avatar) {
} @else {
{{ generateInitials(invoice.name) }}
}
{{ invoice.name }}

{{ invoice.email }}

{{ invoice.purchase }} {{ currency }}{{ invoice.amount && invoice.amount.toFixed(2) }} USD {{ toTitleCase(invoice.status) }}
Nothing found.