{{--

Product Reports

Report Time: {{ now()->format('d-m-Y H:i:s') }}
--}} {{--
Add Product Update Discounted Products
--}}

Product Reports

Report Time: {{ now()->format('d-m-Y H:i:s') }} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach($product as $key=> $item) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
SlImageProduct Name Category Subcategory Supplier Brand Code Selling Price Current StockQty_InQty Sold Pur_ReturnAction
{{ $key+1 }} {{ $item->product_name }} {{ $item->category->category_name ?? '' }}{{ $item->category->category_name }}{{ $item->subcategory->subcategory_name }}{{ $item->subcategory->subcategory_name ?? '' }} {{ $item->supplier->name ?? ''}} {{ $item->brand->brand_name}} {{ $item->product_code }}{{ $item->selling_price }} ৳{{ number_format($item->selling_price )}} @if ($item->discount) ৳{{ number_format($item->price )}} @endif {{ $item->purchaseDetails->sum('qty') }} {{ $item->orderDetails->sum('quantity') }} {{ $item->purchaseReturnDetails->sum('qty_returned') }} {{ $item->product_store }}