Shipping Information
Ship To:
{{$storeOrder->client->mailing_address_line1}} {{$storeOrder->client->mailing_address_line2}}
{{$storeOrder->client->mailing_address_city}},
{{$storeOrder->client->mailing_address_state}},
{{$storeOrder->client->mailing_address_zip}}
Shipping Method:
{{$storeOrder->client->upcoming_fill_shipping_method}}
|
Billing Information
Bill To:
{{$storeOrder->client->displayName()}}
Payment Method:
{!! strip_tags($storeOrder->client->defaultPaymentMethod->displayNameShort()) !!}
|