{{$data->header}} ({{$data->type}}) |
Sl | Name | SKU | UOM | List Price | Vat Rate | Sd Rate | Vat Amount | Sd Amount |
{{$index+1}} | {{(optional($list)->name)}} | {{(optional($list)->productSKU)}} | {{(optional($list)->productUoM)}} | {{number_format(optional($list)->productItemPriceDeclaration->listPrice ?? null,2,'.','')}} | {{optional($list)->productItemVatSd->vatRate ?? 0}}% | {{optional($list)->productItemVatSd->sdRate ?? 0}}% | {{number_format(optional($list)->productItemVatSd->vatAmount ?? null,2,'.','')}} | {{number_format(optional($list)->productItemVatSd->sdAmount ?? null,2,'.','')}} |