From 24c8f5acbccb3d95d0dba2dec297efb81957131c Mon Sep 17 00:00:00 2001 From: omair saleh Date: Sat, 5 Mar 2022 10:14:13 +0800 Subject: [PATCH] active customers filter list --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 838ef60b..459c31fb 100644 --- a/routes/web.php +++ b/routes/web.php @@ -227,4 +227,4 @@ Route::get('/customers/active/{active_start}/{active_end}/{inactive_start}/{inac echo $key + 1 .'. '.$marking.'

'; } -})->name('settings'); \ No newline at end of file +}); \ No newline at end of file