diff --git a/routes/web.php b/routes/web.php index d22f7c39..6f765b8a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -217,7 +217,7 @@ Route::get('/customers/active/{active_start}/{active_end}/{inactive_start?}/{ina }); })->whereNotIn('id', $activeCompanies)->get(); - echo 'List of customers active between '.\Carbon\Carbon::parse($active_start)->format('d/m/Y'). ' - '.\Carbon\Carbon::parse($active_end)->format('d/m/Y').' & inactive between '.\Carbon\Carbon::parse($inactive_start)->format('d/m/Y'). ' - '.\Carbon\Carbon::parse($inactive_end)->format('d/m/Y'); + echo '