diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 33f44e7f..25a17f54 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(10) + ->take(30) ->get(); // Show the fields of the orders