@if(isset($show_another_income) && $show_another_income == 1) @endif
Total Transaction : {{number_format($summary_fee['total_trx'])}}
Total Gross Sales : {{number_format(((float)$summary_fee['total_sub_total']+abs((float)$summary_fee['total_discount_bundling'])),2,",","")}}
Total Discount + Promo : {{number_format((abs($summary_fee['total_discount'])+$summary_fee['total_subscription']+abs($summary_fee['total_discount_delivery'])+abs((float)$summary_fee['total_discount_bundling'])),2,",","")}}
Total Delivery : {{(float)$summary_fee['total_delivery']}}
Sub Total (Gross Sales + delivery - discount - promo) : {{number_format(((float)$summary_fee['total_gross_sales']-$summary_fee['total_subscription']),2,",","")}}
Total Fee Item : {{(float)$summary_fee['total_fee_item']}}
Total MDR PG : {{number_format((float)$summary_fee['total_fee_pg'],2,",","")}}
Total Income Promo : {{number_format((float)$summary_fee['total_income_promo'],2,",","")}}
Total Income Subscription : {{number_format((float)$summary_fee['total_income_subscription'],2,",","")}}
Total Income Bundling Product : {{number_format((float)$summary_fee['total_income_bundling_product']??0,2,",","")}}
Total Income Promo Cashback : {{number_format((float)$summary_fee['total_income_promo_payment_gateway']??0,2,",","")}}
Total Income Outlet : {{number_format((float)$summary_fee['total_income_outlet'],2,",","")}}

@if(!empty($summary_product)) @if(!empty($summary_product)) @foreach($summary_product as $val) @endforeach @else @endif
Name Variants Type Total Sold Out
{{$val['name']}} {{$val['variants']??''}} {{ucfirst($val['type'])}} {{$val['total_qty']}}
Data Not Available
@endif