|
|
| {{$data->header}} ({{$data->type}}) |
| Sl | Name | SKU | UOM | Average Price | List Price | Discount | Discounted Price |
| {{$index+1}} | {{(optional($list)->name)}} | {{(optional($list)->productSKU)}} | {{(optional($list)->productUoM)}} | {{number_format(optional($list)->productItemPriceDeclaration->averagePrice ,2,'.','')}} | {{number_format(optional($list)->productItemPriceDeclaration->listPrice ?? null,2,'.','')}} | {{optional($list)->productItemPriceDeclaration->discount ?? 0}}% | {{number_format(optional($list)->productItemPriceDeclaration->discountedPrice ?? null,2,'.','')}} |