Batch Integrity

@if (infoResource.isLoading()) { } @else if (infoResource.error()) { } @else { Batch {{ row.product }} dated {{ row.date }} @ {{ row.price | currency: 'INR' }} is showing {{ row.showing }} instead of {{ row.actual }} Details
    @for (detail of row.details; track detail) {
  • {{ detail.type }} on {{ detail.date }} of {{ detail.quantity }} @ {{ detail.price | currency: 'INR' }}
  • }
}