active customers filter list

This commit is contained in:
omair saleh
2022-03-05 10:14:13 +08:00
parent 5f2d5c36a1
commit 24c8f5acbc
+1 -1
View File
@@ -227,4 +227,4 @@ Route::get('/customers/active/{active_start}/{active_end}/{inactive_start}/{inac
echo $key + 1 .'. <a href="'.\route('customer.profile', $marking).'" target="_blank">'.$marking.'</a><br><br>';
}
})->name('settings');
});