✓ Shipment created and ready to print labels/stickers
Next Steps:
📦 Parcel awaiting collection from courier
@if($order->courier_waybill_id)
Waybill: {{ $order->courier_waybill_id }}
If labels are damaged, re-download them.
@endif✈️ Parcel in transit to customer
@if($order->courier_tracking_number)
Tracking Number: {{ $order->courier_tracking_number }}
If labels are damaged, re-download them.
@endifOrder is processing through the fulfillment pipeline