Order order_number); ?>
uuid); ?>
Order Type
is_custom_order ? 'Custom' : 'Standard'); ?>
Customer
user->name ?? 'N/A'); ?>
Created
created_at->format('M d, Y')); ?>
status === 'inspection'): ?>
make('ops.actions.inspection', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
status === 'packing' || $order->status === 'printing'): ?>
make('ops.actions.packing', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
status, ['ready_to_ship', 'awaiting_collection', 'in_transit'])): ?>
make('ops.actions.read-only', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
No actions available for this order status.
Order Items
| Product |
Type |
Quantity |
Amount |
items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
| product->name ?? 'N/A'); ?> |
product_type ?? 'N/A'); ?> |
quantity); ?> |
Runit_price * $item->quantity, 2)); ?> |
popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
| No items |
packing_completed_at): ?>
Packing Details
Width
packing_width); ?> cm
Length
packing_length); ?> cm
Weight
packing_weight); ?> kg
Packed At
packing_completed_at->format('M d, H:i')); ?>
courier_waybill_id): ?>
Shipment Details
Waybill ID
courier_waybill_id); ?>
Tracking Number
courier_tracking_number ?? 'N/A'); ?>
Status
courier_status ?? 'pending')); ?>
stopSection(); ?>
make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>