diff --git a/src/pages/nearle/orders/orders.js b/src/pages/nearle/orders/orders.js
index 9ea7eb5..0a947a1 100644
--- a/src/pages/nearle/orders/orders.js
+++ b/src/pages/nearle/orders/orders.js
@@ -541,71 +541,7 @@ const Orders = () => {
- {/* ============================================= || Filter Bar (compact) || ============================================= */}
-
-
-
-
- setDateOpen(true)}
- sx={{
- display: 'inline-flex',
- alignItems: 'center',
- gap: 0.75,
- px: 1.25,
- py: 0.75,
- borderRadius: 999,
- cursor: 'pointer',
- bgcolor: tint('#f59e0b'),
- border: `1.5px solid ${edge('#f59e0b')}`,
- color: '#f59e0b',
- fontWeight: 800,
- fontSize: 12,
- transition: 'all 0.18s',
- '&:hover': { borderColor: '#f59e0b', boxShadow: `0 0 0 3px ${ring('#f59e0b')}` }
- }}
- >
-
- {dayjs(startdate).format('DD/MM/YY')} – {dayjs(enddate).format('DD/MM/YY')}
-
-
-
- {datestatus}
-
-
-
-
{/* ============================================= || Status Tabs + Search (compact) || ============================================= */}