This commit is contained in:
paoloar77
2024-06-13 09:54:16 +02:00
parent cfe41c93c5
commit 03f072d03b

View File

@@ -248,7 +248,7 @@ function showOrdini()
// $str = Schema::getColumnListing('Orderdetails');
$orders = Orderdetail::orderBy('DataOra', 'desc')
->take(30)
->take(50)
->get();
// Show the fields of the orders