This commit is contained in:
paoloar77
2024-07-16 10:57:31 +02:00
parent cb3a567e56
commit 9d3ae826ae

View File

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