{{--
Earning Details Daily
--}}
  • Total Earning(All Charges)
    {{ isset($totalDaily) && $totalDaily ? $totalDaily : 0 ;}}
  • Total Earning(Without Charges)
    {{ isset($subtotalDaily) && $subtotalDaily ? $subtotalDaily : 0 ;}}
  • Delivered Product Amount
    {{ isset($deliveredProductAmount) && $deliveredProductAmount ? $deliveredProductAmount : 0 ;}}
  • Decline Product Amount
    {{ isset($declineProductAmount) && $declineProductAmount ? $declineProductAmount : 0.00 ;}}
  • COD Charges
    {{ isset($codChargesDaily) && $codChargesDaily ? $codChargesDaily : 0 ;}}
  • Online Payment Charges
    {{ isset($onlinePayChargesDaily) && $onlinePayChargesDaily ? $onlinePayChargesDaily : 0 ;}}
  • GST Charges
    {{ isset($sumDailyTaxGst) && $sumDailyTaxGst ? $sumDailyTaxGst : 0 ;}}
  • SGST Charges
    {{ isset($sumDailySgstTax) && $sumDailySgstTax ? $sumDailySgstTax : 0 ;}}
{{--
--}}