mivita e.K. • Leinfeld 2 • 87755 Kirchhaslach
@if($shopping_order->shopping_user->billing_company) {{ $shopping_order->shopping_user->billing_company }}
@else @if($shopping_order->payment_for !== 6) Firma
@endif @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
@if($shopping_order->payment_for === 6)
{{ __('Datum') }}: {{ $invoice_date }}
{{ __('Rechnungs-Nr.') }}: {{ $invoice_number }}
{{ __('Bestell-Nr.') }}: {{ $shopping_order->getLastShoppingPayment('reference') }}
@else
@if($shopping_order->payment_for === 7) //extern @else @endif @if(isset($user_sales_volume)) @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 }}
{{ __('Rechnungs-Nr.') }}: {{ $invoice_number }}
{{ __('Points Bestellung') }}: {{ $user_sales_volume->points }}
{{ __('Points') }} {{ $user_sales_volume->getFormatedMonthYear() }}: {{ $user_sales_volume->month_points }}
{{ __('Points Shop') }} {{ $user_sales_volume->getFormatedMonthYear() }}: {{ $user_sales_volume->month_shop_points }}
{{ __('Bestell-Nr.') }}: {{ $shopping_order->getLastShoppingPayment('reference') }}
@endif
RECHNUNG
{{-- @if($cancellation)
{{ $invoice->invoice_name }}
@endif--}}
@if($shopping_order->homeparty) @include('pdf.invoice-homeparty') @elseif($shopping_order->shopping_collect_order) @include('pdf.invoice-collection') @else @include('pdf.invoice-detail') @endif @if($shopping_order->shopping_collect_order)
@include('pdf.invoice-journal-collection') @endif