Order Page
{{ session('success') }}
@endif
ID | Link | Order ID | Manufacturer ID | Part# | Part Short Description | Unit | width | Actions |
---|---|---|---|---|---|---|---|---|
{{ $order->id }} | Click to Access | {{ $order->order_id ?? "null"}} | {{ $order->products->manufacture_id ?? "null" }} | {{ $order->products->part_no ?? "null" }} | {{ $order->products->part_short_desc ?? "null" }} | {{ $order->unit ?? "null"}} | {{ $order->width ?? "null"}} |