You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
i have an issue when i use $order = Order::where('number','68876')->get();
is returning all order data,
i want to show number(order_id) is only 68876
thanks
The text was updated successfully, but these errors were encountered:
Hello there,
i have an issue when i use $order = Order::where('number','68876')->get();
is returning all order data,
i want to show number(order_id) is only 68876
thanks
The text was updated successfully, but these errors were encountered: