@if (dashboard()) {
@for (breadcrumb of navigationList; track breadcrumb; let last = $last) {
@if (last && breadcrumb.breadcrumbs !== false) {
}
}
}
@if (Component()) {
@for (breadcrumb of componentList; track breadcrumb; let last = $last) {
@if (last && breadcrumb.breadcrumbs !== false) {
@for (breadcrumb of componentList; track breadcrumb; let last = $last) {
@if (last) {
{{ breadcrumb.description }}
}
}
}
}
}