mivita e.K. • Leinfeld 2 • 87755 Kirchhaslach
@if($shopping_order->shopping_user->same_as_billing) @if($shopping_order->shopping_user->billing_company) {{ $shopping_order->shopping_user->billing_company }}
@endif {{ \App\Services\HTMLHelper::getSalutationLang($shopping_order->shopping_user->billing_salutation) }} {{ $shopping_order->shopping_user->billing_firstname }} {{ $shopping_order->shopping_user->billing_lastname }}
{{ $shopping_order->shopping_user->billing_address }}
@if($shopping_order->shopping_user->billing_address_2) {{ $shopping_order->shopping_user->billing_address_2 }}
@endif {{ $shopping_order->shopping_user->billing_zipcode }} {{ $shopping_order->shopping_user->billing_city }}
@if($shopping_order->shopping_user->billing_country) {{ $shopping_order->shopping_user->billing_country->getLocated() }} @endif @else @if($shopping_order->shopping_user->shipping_company) {{ $shopping_order->shopping_user->shipping_company }}
@endif {{ \App\Services\HTMLHelper::getSalutationLang($shopping_order->shopping_user->shipping_salutation) }} {{ $shopping_order->shopping_user->shipping_firstname }} {{ $shopping_order->shopping_user->shipping_lastname }}
{{ $shopping_order->shopping_user->shipping_address }}
@if($shopping_order->shopping_user->shipping_address_2) {{ $shopping_order->shopping_user->shipping_address_2 }}
@endif {{ $shopping_order->shopping_user->shipping_zipcode }} {{ $shopping_order->shopping_user->shipping_city }}
@if($shopping_order->shopping_user->shipping_country) {{ $shopping_order->shopping_user->shipping_country->getLocated() }} @endif @endif
@if($shopping_order->payment_for === 6)
{{ __('Datum') }}: {{ $invoice_date }}
{{ __('Lieferschein-Nr.') }}: {{ $invoice_number }}
{{ __('Bestell-Nr.') }}: {{ $shopping_order->getLastShoppingPayment('reference') }}
@else
@if($shopping_order->payment_for === 7) //extern @else @endif
{{ __('Berater-ID') }}: @if(isset($shopping_order->member->account)) {!! str_pad($shopping_order->member->account->m_account, 5, "0", STR_PAD_LEFT) !!} @endif @if(isset($shopping_order->shopping_user->auth_user->account)) {!! str_pad($shopping_order->auth_user->account->m_account, 5, "0", STR_PAD_LEFT) !!} @endif
{{ __('Datum') }}: {{ $invoice_date }}
{{ __('Lieferschein-Nr.') }}: {{ $invoice_number }}
{{ __('Bestell-Nr.') }}: {{ $shopping_order->getLastShoppingPayment('reference') }}
@endif
LIEFERSCHEIN
{{-- @if($cancellation)
{{ $invoice->invoice_name }}
@endif--}}
@if($shopping_order->homeparty) @include('pdf.delivery-homeparty') @else @include('pdf.delivery-detail') @endif