{{ __('Selling Report') }}

{{ $header['shop_name'] }}

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

@lang('SKU') @lang('Product Name') @lang('Price') @lang('Qty') @lang('Selling') @lang('Discount') @lang('Net Selling') @lang('Gross Profit') @lang('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_discount_per_item'] }} {{ $footer['total_net_price_after_discount_per_item'] }} {{ $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_discount_per_item'] }} {{ $footer['total_net_price_after_discount_per_item'] }} {{ $footer['total_gross_profit'] }} {{ $footer['total_net_profit_before_discount_selling'] }} {{ $footer['total_net_profit_after_discount_selling'] }}