{{ Nameen ?? '' }}
{{ describtionen ?? '' }}
{{ STen ?? '' }}{{ Taxen ?? '' }}
{{ Namear ?? '' }}
{{ describtionar ?? '' }}
{{ STar ?? '' }}{{ Taxar ?? '' }}
{{ __('home.purchase_product_by_date') }}
Purchased Products By Date Report
| # | كود المنتج | اسم المنتج | الكمية المباعة | التكلفة / الإجمالي |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $product->productData->Product_Code ?? '---' }} | {{ $product->productData->product_name ?? '---' }} | {{ $product->total_quantity }} | {{ number_format($product->total_sales_amount, 2) }} |