aa
This commit is contained in:
@@ -282,9 +282,8 @@ function showDettOrdini()
|
|||||||
{
|
{
|
||||||
$str = "Ordini";
|
$str = "Ordini";
|
||||||
|
|
||||||
$orders = Order::orderBy('DataOra', 'desc')->take(2)->get();
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
$orders = Order::orderBy('DataOra', 'desc')->take(2)->get();
|
||||||
|
|
||||||
// Show the fields of the orders
|
// Show the fields of the orders
|
||||||
foreach ($orders as $order) {
|
foreach ($orders as $order) {
|
||||||
|
|||||||
Reference in New Issue
Block a user