{{ __('shop::app.mail.order.shipping-address') }}
{{ $order->shipping_address->name }}
{{ $order->shipping_address->address1 }}, {{ $order->shipping_address->state }}
{{ core()->country_name($order->shipping_address->country) }} {{ $order->shipping_address->postcode }}
---
{{ __('shop::app.mail.order.contact') }} : {{ $order->shipping_address->phone }}
{{ __('shop::app.mail.order.shipping') }}
{{ $order->shipping_title }}
{{ __('shop::app.mail.shipment.carrier') }} : {{ $shipment->carrier_title }}
{{ __('shop::app.mail.shipment.tracking-number') }} : {{ $shipment->track_number }}
{{ __('shop::app.mail.order.billing-address') }}
{{ $order->billing_address->name }}
{{ $order->billing_address->address1 }}, {{ $order->billing_address->state }}
{{ core()->country_name($order->billing_address->country) }} {{ $order->billing_address->postcode }}
---
{{ __('shop::app.mail.order.contact') }} : {{ $order->billing_address->phone }}
{{ __('shop::app.mail.order.payment') }}
{{ core()->getConfigData('sales.paymentmethods.' . $order->payment->method . '.title') }}