+ }
+ spacing={3}
+ sx={{ justifyContent: 'space-between', p: 2 }}
+ >
+
+
+ Total orders
+
+ {new Intl.NumberFormat('en-US').format(totalOrders)}
+
+
+
+ Orders value
+
+
+ {new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' }).format(ordersValue)}
+
+
+
+
+ Refunds
+
+
+ {new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' }).format(refundsValue)}
+
+
+