This commit is contained in:
paoloar77
2024-06-13 09:47:24 +02:00
parent 1a11c06c7d
commit cfe41c93c5

View File

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