@if (itemResource.isLoading()) {
} @else if (itemResource.error()) {
} @else {
Bundle
Item
{{ row.sku?.name }}
Qty
{{ row.quantity }}
Sale Price
{{ row.salePrice | currency: 'INR' }}
Print in Bill
{{ row.printInBill ? 'visibility' : 'visibility_off' }}
Action
@if (!!item().id) {
}
}