{{ $order->order_no }}
{{ $order->customer?->name }}
{{ $order->product?->name }} | Qty {{ $order->qty }}
Delivery {{ $order->delivery_date?->format('d M Y') ?: '-' }}
Orders
Create customer order records using saved products, parts configuration, and size variation quantity planning.
| Order No. | Customer | Product | Qty | Delivery Date | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $order->order_no }} | {{ $order->customer?->name }} | {{ $order->product?->name }} | {{ $order->qty }} | {{ $order->delivery_date?->format('d M Y') ?: '-' }} | {{ ucfirst($order->status) }} | |
| No orders yet. Create your first order from the button above. | ||||||
{{ $order->order_no }}
{{ $order->customer?->name }}
{{ $order->product?->name }} | Qty {{ $order->qty }}
Delivery {{ $order->delivery_date?->format('d M Y') ?: '-' }}