diff --git a/routes/web.php b/routes/web.php index ddf93afd..1cf418ab 100644 --- a/routes/web.php +++ b/routes/web.php @@ -5884,6 +5884,10 @@ Route::get('/test30/{id}', function ($id) { */ dd($clienti); }); +Route::get('/testclientegm/{id}', function ($id) { + $clienti = Clientegm::where('IdInternet', $id)->first(); + dd($clienti); +}); Route::get('/test31', function () { $ora_update = Carbon::now();