@if (listResource.isLoading()) {
} @else if (listResource.error()) {
} @else {
Name
{{ row.name }}
Show In Bill
{{ row.showInBill ? 'visibility' : 'visibility_off' }}
{{ row.showInBill ? 'Show' : 'Hide' }}
Price
{{ row.price | currency: 'INR' }}
Category
{{ row.modifierCategory.name }}
Is Active
{{ row.isActive ? 'visibility' : 'visibility_off' }}
{{ row.isActive ? 'Active' : 'Not Active' }}
}