Loading...
No pending shipments this week
| Date | Customer | Style | Qty | Value |
|---|---|---|---|---|
|
@if($shipment->earliest_exfty == $shipment->latest_exfty)
{{ \Carbon\Carbon::parse($shipment->earliest_exfty)->format('D, M d') }}
@else
{{ \Carbon\Carbon::parse($shipment->earliest_exfty)->format('M d') }}
{{ \Carbon\Carbon::parse($shipment->latest_exfty)->format('M d') }}
@endif
|
{{ $shipment->customer_name }}
{{ $shipment->season }}
|
{{ $shipment->design_name }}
{{ $shipment->colourway_count }} colourway{{ $shipment->colourway_count != 1 ? 's' : '' }}
|
{{ number_format($shipment->total_qty ?? 0) }} | £{{ number_format($shipment->total_sale_value ?? 0) }} |