{{ $order->billingfirstname }} {{ $order->billinglastname }}
{{ $order->billingaddress1 }}
@if (!empty($order->billingaddress2))
{{ $order->billingaddress2 }}
@endif
{{ $order->billingcity }},
{{ $order->billingstate }} {{ $order->billingpostalcode }}
{{ $order->billingcountry }}
{{ $order->billingphonenumber }}
mailto:{{ !empty($order->coustomer->emailaddress) ? $order->coustomer->emailaddress : '' }}
|
{{ $order->shipfirstname }} {{ $order->shiplastname }}
{{ $order->shipaddress1 }}
@if (!empty($order->shipaddress2))
{{ $order->shipaddress2 }}
@endif
{{ $order->shipcity }},
{{ $order->shipstate }} {{ $order->shippostalcode }}
{{ $order->shipcountry }}
|