mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-21 21:44:09 +00:00
list yiwu to sabah or srawak orders
This commit is contained in:
+1
-1
@@ -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>';
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user