{{-- Address Information --}}
{{ __('common/address.name') }}: {{ $order->shipping_customer_name }}
{{ __('common/address.phone') }}: {{ $order->shipping_telephone }}
{{ __('common/address.zipcode') }}: {{ $order->shipping_zipcode }}
{{ __('common/address.address_1') }}: {{ $order->shipping_address_1 }}
@if ($order->shipping_address_2){{ __('common/address.address_2') }}: {{ $order->shipping_address_2 }}
@endif{{ __('common/address.region') }}: {{ $order->shipping_city }}, {{ $order->shipping_state }} , {{ $order->shipping_country }}
{{ __('common/address.name') }}: {{ $order->billing_customer_name }}
{{ __('common/address.phone') }}: {{ $order->billing_telephone }}
{{ __('common/address.zipcode') }}: {{ $order->billing_zipcode }}
{{ __('common/address.address_1') }}: {{ $order->billing_address_1 }}
@if ($order->billing_address_2){{ __('common/address.address_2') }}: {{ $order->billing_address_2 }}
@endif{{ __('common/address.region') }}: {{ $order->billing_city }}, {{ $order->billing_state }} , {{ $order->billing_country }}