Your Basket {{count(auth()->user()->cart) < 1 ? "is Empty" : ""}}
{{ $itemData->shipment->ship_from->postcode1 }}
{{ $itemData->shipment->ship_to->postcode }}
Items: {{ $itemData->totalQty }}
Weight: {{ $itemData->totalWeight }}
Total: £ {{ $itemData->totalPrice }}