| Category ( Brand ) |
Item Name | Cost Price | MRP | Disc(%) | {{--Profit(%) | Profit(V) | --}}Last Updated |
|---|---|---|---|---|---|---|---|
| {{ $product->category_name }} ({{ $product->brand_name }}) |
{{ $product->product }} ( SKU-{{ $product->sub_sku }} ) | {{ number_format($product->selling_price, 2) }} | {{ number_format($product->product_mrp, 2) }} | {{ number_format($product->discount_amount, 2) }} | {{--{{ number_format($product->profit_percent, 2) }} | {{ number_format($product->profit_value, 2) }} | --}}{{ date('d/m/Y H:i:s', strtotime($product->updated_at)) }} |