{{ __('Product Report') }}

{{ $header['shop_name'] }}

{{ __('Period') }}: {{ $header['start_date'] }} - {{ $header['end_date'] }}

SKU {{ __('Product Name') }} {{ __('Price') }} {{ __('Qty') }} {{ __('Selling') }} {{ __('Discount') }} {{ __('Net Selling') }} {{ __('Gross Profit') }} {{ __('Net Profit') }} @foreach($reports as $key => $report) {{ $report['sku'] }} {{ $report['name'] }} {{ $report['selling_price'] }} {{ $report['qty'] }} {{ $report['selling'] }} {{ $report['discount_price'] }} {{ $report['total_after_discount'] }} {{ $report['gross_profit'] }} {{ $report['net_profit'] }} @endforeach {{ __('Total') }} {{ $footer['total_qty'] }} {{ $footer['total_gross'] }} {{ $footer['total_all_discount_per_item'] }} {{ $footer['total_net'] }} {{ $footer['total_gross_profit'] }} {{ $footer['total_net_profit_before_discount_selling'] }} {{ __('Grand Total') }} {{ __('Cost') }} {{ __('Penjualan') }} {{ __('Discount per Penjualan') }} {{ __('Discount per Item') }} {{ __('Penjualan Setelah Discount') }} {{ __('Keuntungan Kotor') }} {{ __('Keuntungan Bersih Sebelum Diskon Penjualan') }} {{ __('Keuntungan Bersih Setelah Diskon Penjualan') }} {{ $footer['total_cost'] }} {{ $footer['total_gross'] }} {{ $footer['total_discount'] }} {{ $footer['total_all_discount_per_item'] }} {{ $footer['total_net'] }} {{ $footer['total_gross_profit'] }} {{ $footer['total_net_profit_before_discount_selling'] }} {{ $footer['total_net_profit_after_discount_selling'] }}