@if (menuItems?.length) { @for (item of menuItems; track item.label) { } }
@for (option of item.options; track $index) { {{ option.label }} }
@if(item.secondaryIconClass) { }