This commit is contained in:
paoloar77
2024-07-16 10:53:03 +02:00
parent 81668e7e29
commit a672084641

View File

@@ -479,7 +479,7 @@ function showOrdini()
// $str = Schema::getColumnListing('Orderdetails');
$orders = Orderdetail::orderBy('DataOra', 'desc')
->take(20)
->take(10)
->get();
$sep = "";