@if($homeparty_user) @if($homeparty_user->isAddress()) @if($homeparty_user->same_as_billing)
@if($homeparty_user->billing_company)
{{ $homeparty_user->billing_company }}
@endif
{{ \App\Services\HTMLHelper::getSalutationLang($homeparty_user->billing_salutation) }}
{{ $homeparty_user->billing_firstname }}
{{ $homeparty_user->billing_lastname }}
{{ $homeparty_user->billing_address }}
@if($homeparty_user->billing_address_2)
{{ $homeparty_user->billing_address_2 }}
@endif
{{ $homeparty_user->billing_zipcode }}
{{ $homeparty_user->billing_city }}
@if($homeparty_user->billing_country)
{{ $homeparty_user->billing_country->getLocated() }}
@endif
@if($homeparty_user->billing_email)
{{ __('E-Mail') }}:{{ $homeparty_user->billing_email }}
@endif
@if($homeparty_user->billing_phone)
Telefon: {{ $homeparty_user->billing_phone }}
@endif
@if($homeparty_user->shipping_company)
{{ $homeparty_user->shipping_company }}
@endif
{{ \App\Services\HTMLHelper::getSalutationLang($homeparty_user->shipping_salutation) }}
{{ $homeparty_user->shipping_firstname }}
{{ $homeparty_user->shipping_lastname }}
{{ $homeparty_user->shipping_address }}
@if($homeparty_user->shipping_address_2)
{{ $homeparty_user->shipping_address_2 }}
@endif
{{ $homeparty_user->shipping_zipcode }}
{{ $homeparty_user->shipping_city }}
@if($homeparty_user->shipping_country)
{{ $homeparty_user->shipping_country->getLocated() }}
@endif
@if($homeparty_user->shipping_email)
{{ __('E-Mail') }}:{{ $homeparty_user->shipping_email }}
@endif
@if($homeparty_user->shipping_phone)
Telefon: {{ $homeparty_user->shipping_phone }}
@endif
{{ __('order.no_address_created') }}
@endif @endif