@if (!isViewMode()) {
@if (( item()?.label_possition == 1 || item()?.label_possition == 2 )) {
{{ label }}
@if (item() && item()?.iconset && currentIcon) { } @else if (item() && ( !item()?.iconset || !currentIcon )) { }
{{ label }}
} @if (( item()?.label_possition == 3 || item()?.label_possition == 4 )) {
{{ label }} @if (item() && item()?.iconset && currentIcon) { } @else if (item() && ( !item()?.iconset || !currentIcon )) { } {{ label }}
}
@if (!isViewMode()) { } } @else {
@if (( item()?.label_possition == 1 || item()?.label_possition == 2 )) {
{{ label }}
@if (item() && item()?.iconset && currentIcon) { } @else if (item() && ( !item()?.iconset || !currentIcon )) { }
{{ label }}
} @if (( item()?.label_possition == 3 || item()?.label_possition == 4 )) {
{{ label }} @if (item() && item()?.iconset && currentIcon) { } @else if (item() && ( !item()?.iconset || !currentIcon )) { } {{ label }}
}
}