{{ trans('plugins/shippo::shippo.from_address') }} {{ trans('plugins/shippo::shippo.to_address') }}
{{ trans('plugins/ecommerce::payment.full_name') }} {{ Arr::get($shipmentShippo, 'address_from.name') }} {{ Arr::get($shipmentShippo, 'address_to.name') }}
{{ trans('plugins/ecommerce::payment.email') }} {{ Arr::get($shipmentShippo, 'address_from.email') }} {{ Arr::get($shipmentShippo, 'address_to.email') }}
{{ trans('plugins/ecommerce::payment.phone') }} {{ Arr::get($shipmentShippo, 'address_from.phone') }} {{ Arr::get($shipmentShippo, 'address_to.phone') }}
{{ trans('plugins/ecommerce::order.country') }} {{ Arr::get($shipmentShippo, 'address_from.country') }} {{ Arr::get($shipmentShippo, 'address_to.country') }}
{{ trans('plugins/ecommerce::order.state') }} {{ Arr::get($shipmentShippo, 'address_from.state') }} {{ Arr::get($shipmentShippo, 'address_to.state') }}
{{ trans('plugins/ecommerce::order.city') }} {{ Arr::get($shipmentShippo, 'address_from.city') }} {{ Arr::get($shipmentShippo, 'address_to.city') }}
{{ trans('plugins/ecommerce::payment.address') }} {{ Arr::get($shipmentShippo, 'address_from.street1') }} {{ Arr::get($shipmentShippo, 'address_to.street1') }}
{{ trans('plugins/ecommerce::order.zip_code') }} {{ Arr::get($shipmentShippo, 'address_from.zip') }} {{ Arr::get($shipmentShippo, 'address_to.zip') }}