| # | Produk | Quantity | Revenue |
|---|---|---|---|
| {{ $index + 1 }} | {{ $product->product_name }} | {{ number_format($product->total_qty, 0, ',', '.') }} pcs | Rp {{ number_format($product->total_revenue, 0, ',', '.') }} |
| Tidak ada data | |||
| # | Produk | Revenue | Quantity |
|---|---|---|---|
| {{ $index + 1 }} | {{ $product->product_name }} | Rp {{ number_format($product->total_revenue, 0, ',', '.') }} | {{ number_format($product->total_qty, 0, ',', '.') }} pcs |
| Tidak ada data | |||