diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 25a17f54..3a178b14 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -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