@lang('reports.Sales_by_Discount/Product_Summary')

@lang('reports.sales_discount_summary_sum')

$1200

@lang('reports.filter')

@lang('reports.Sales_by_Discount/Product_Summary')

@lang('reports.sales_by_product/service')

@if(request()->get('date_from') || request()->get('date_to'))

@lang('reports.from') {{ request()->get('date_from') ?? '--' }} @lang('reports.to') {{ request()->get('date_to') ?? '--' }}

@endif @php $total_discount = 0 @endphp @foreach ($products as $product) @php $total_discount += $product->invoices_total_discounts + $product->vouchers_total_discounts; @endphp @endforeach
@lang('dashboard_warehouses.name') @lang('dashboard_banks.type') @lang('dashboard_invoices.discount') @lang('dashboard_invoices.number') @lang('reports.value_discount_per_product')
{{ $product->name }} {{ $product->sale_type }} {{ $product->vouchers_discount_number + $product->invoices_discount_number }} {{ $product->invoices_total_discounts + $product->vouchers_total_discounts }}
@lang('reports.Email')

@lang('reports.Send_report')

@lang('reports.Send_a_report_to_a_prefered_email')

@lang('reports.To')
@lang('reports.CC')
@lang('reports.Subject')
@lang('reports.Body')
@endsection @section('custom_script') @endsection