@if(style() === 'vertical'){
}
@if(style() === 'classic_vertical'){
}
@if(style() === 'horizontal'){
@for(category of categories; track category){
@if(theme() === 'paris'){
} @if(theme() === 'madrid'){
} @if(theme() === 'rome'){
{{ category.name }}
}
}
@if(!(categories && categories.length)){
}
}
@if(style() === 'classic'){
@for(category of categories; track category){
{{ category.name }}
}
@if(!(categories && categories.length)){
}
}
@if(categories && categories.length && style() === 'filter'){
-
All
@for(category of categories; track category){
-
{{category?.name}}
}
}
@if(categories && categories.length && style() === 'dropdown'){
} @if(!(categories && categories.length) && style() === 'dropdown') {
}
@if(style() === 'input_dropdown'){
} @if(theme() === 'moscow'){
{{ title }}
@for(category of categories; track category){
}
} @if(theme() === 'cairo'){
} @if(style() === 'cairo_classic'){
@for(category of categories; track category){
}
}