list yiwu to sabah or srawak orders

This commit is contained in:
omair saleh
2021-12-03 13:54:16 +08:00
parent 1a591c0404
commit aeb0dfb025
+1 -1
View File
@@ -142,7 +142,7 @@ Route::get('/yiwu', function () {
})->get();
foreach ($orders as $order){
echo '<a href="'.route('order.show', $order->reference).'">'. $order->reference.' - '.$order->created_at.'</a><br>';
echo '<a target="_blank" href="'.route('order.show', $order->reference).'">'. $order->reference.' - '.$order->created_at.'</a><br>';
}
});