diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 39d70d2b..9bef2f77 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -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