| # | Barcode | Product Name | Supplier | Category | Qty | Unit Cost | Cost Value | Unit Sale | Sale Value |
|---|---|---|---|---|---|---|---|---|---|
| {{ $count }} | {{ $product->barcode }} | {{ $product->name }} | {{ $product->supplier->name ?? '-' }} | {{ $product->productCategory->name ?? '-' }} | {{ number_format($qty, 2) }} | {{ number_format($unitCost, 2) }} | {{ number_format($costValue, 2) }} | {{ number_format($unitSale, 2) }} | {{ number_format($saleValue, 2) }} |
| Total | {{ number_format($totals['cost_value'], 2) }} | {{ number_format($totals['sale_value'], 2) }} | |||||||