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