• Total Orders
    {{ isset($totalOrderMonthly) && $totalOrderMonthly ? $totalOrderMonthly : 0 ;}}
  • Shipping Soon
    {{ isset($orderShippingSoonMonthly) && $orderShippingSoonMonthly ? $orderShippingSoonMonthly : 0 ;}}
  • Shippied
    {{ isset($orderShippiedMonthly) && $orderShippiedMonthly ? $orderShippiedMonthly : 0 ;}}
  • Out For Delivery
    {{ isset($orderOutForDeliveryMonthly) && $orderOutForDeliveryMonthly ? $orderOutForDeliveryMonthly : 0 ;}}
  • Delivered
    {{ isset($orderDeliveredMonthly) && $orderDeliveredMonthly ? $orderDeliveredMonthly : 0 ;}}
  • Declined
    {{ isset($orderDeclineMonthly) && $orderDeclineMonthly ? $orderDeclineMonthly : 0 ;}}