| 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,",","")}} |
@if(isset($show_another_income) && $show_another_income == 1)
| 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,",","")}} |
@endif
| Total Income Outlet |
: {{number_format((float)$summary_fee['total_income_outlet'],2,",","")}} |