Non Contract Purchases
@if (infoResource.isLoading()) {
} @else if (infoResource.error()) {
} @else {
Date
{{ row.date }}
Vendor
{{ row.vendor }}
Product
{{ row.product }}
Contract
{{ row.contractPrice | currency: 'INR' }}
Purchase
{{ row.purchasePrice | currency: 'INR' }}
}