Moon Traders
SKU & Rates Report
Total Records: {{ number_format($products->total()) }}
Printed by: {{ auth()->user()->name }} | {{ now()->format('d-M-Y h:i A') }}
| Sr# | Supplier Name | Category | SKU | Units | Invoice Price | Retail Price | Expiry Price |
|---|---|---|---|---|---|---|---|
| {{ $products->firstItem() + $products->search(fn($p) => $p->id === $product->id) }} | @if ($idx === 0){{ $product->supplier?->supplier_name ?? '-' }} | @endif{{ $product->category->name ?? '-' }} | {{ $product->product_code }} | {{ number_format($product->uom_conversion_factor, 3) }} | {{ number_format($product->cost_price, 2) }} | {{ number_format($product->unit_sell_price, 2) }} | {{ number_format((float) $product->expiry_price, 2) }} |
| No records found. | |||||||