PRONDL


@lang('reports.Sales_by_Product/Service_Summary')

@if($from)@lang('reports.from') {{ $from }} @endif @if($to) @lang('reports.to') {{ $to }} @endif

@lang('reports.sales_product_summary_sum')

{{ $total }}

@php $total_count = 0 @endphp @foreach ($products as $product) {{-- @php $total_count += $product->invoice_count + $product->voucher_count + $product->refund_count @endphp --}} @endforeach
الاسم النوع عدد الحركات
{{ $product->name }} {{ str_replace('App\\','',get_class($product)) }} {{ $product->total_sales_count }}