aa
This commit is contained in:
@@ -6112,7 +6112,7 @@ Route::get('/ordineclientegm/{id}', function ($id) {
|
||||
dd($clients);
|
||||
});
|
||||
|
||||
Route::get('/tutticlientigm', function ($id) {
|
||||
Route::get('/tutticlientigm', function () {
|
||||
$clients = Clientegm::all();
|
||||
dd($clients);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user