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 }}
الاسم | النوع | عدد الحركات |
---|---|---|
{{ $product->name }} | {{ str_replace('App\\','',get_class($product)) }} | {{ $product->total_sales_count }} | {{-- @php $total_count += $product->invoice_count + $product->voucher_count + $product->refund_count @endphp --}}