@if (breadCrumbs().length > 0) { @for (item of breadCrumbs(); track item.id; let i = $index) { @if (i > 0) { } @if (item.icon !== null) {   } @if (item.label !== "") { {{ item.label }} } } }