@php $grandTotals = [ 'order_qty' => 0, 'shipped_qty' => 0, 'shipped_value' => 0, 'short_qty' => 0, 'short_value' => 0, 'excess_qty' => 0, 'excess_value' => 0, ]; @endphp
Color | Size | Order Qty | Shipped Qty | Shipped Value | Short Qty | Short Value | Excess Qty | Excess Value | Actions |
---|---|---|---|---|---|---|---|---|---|
{{ $shipment['color'] }} | {{ $shipment['size'] }} | {{ number_format($order_qty) }} | {{ number_format($shipment['total_shipped_qty']) }} | ${{ number_format($shipment['total_shipped_value'], 2) }} | {{ number_format($short_qty) }} | ${{ number_format($short_value, 2) }} | {{ number_format($shipment['total_excess_short_shipment_qty']) }} | ${{ number_format($shipment['total_excess_short_shipment_value'], 2) }} | History |
No Shipment Data FoundNo shipment records exist for this job |
|||||||||
Grand Totals: | {{ number_format($grandTotals['order_qty']) }} | {{ number_format($grandTotals['shipped_qty']) }} | ${{ number_format($grandTotals['shipped_value'], 2) }} | {{ number_format($grandTotals['short_qty']) }} | ${{ number_format($grandTotals['short_value'], 2) }} | {{ number_format($grandTotals['excess_qty']) }} | ${{ number_format($grandTotals['excess_value'], 2) }} |