{{ trans('order::orders.billing_address') }}
{{ $order->billing_full_name }}
{{ $order->billing_address_1 }}
@if ($order->billing_address_2)
{{ $order->billing_address_2 }}
@endif
{{ $order->billing_city }}, {!! $order->billing_state_name !!} {{ $order->billing_zip }}
{{ $order->billing_country_name }}
{{ trans('order::orders.shipping_address') }}
{{ $order->shipping_full_name }}
{{ $order->shipping_address_1 }}
@if ($order->shipping_address_2)
{{ $order->shipping_address_2 }}
@endif
{{ $order->shipping_city }}, {!! $order->shipping_state_name !!} {{ $order->shipping_zip }}
{{ $order->shipping_country_name }}