This commit is contained in:
paoloar77
2024-07-16 10:27:40 +02:00
parent f718b842cd
commit b2ea354975

View File

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