{{ __('account.invoice_address') }}
* {{__('register.required_fields')}} {{ __('account.delivery_address') }}
{{ Form::text('company', $user->account->company, array('placeholder'=>__('Company name'), 'class'=>'form-control', 'id'=>'company', 'tabindex' => 1)) }}
@if ($errors->has('salutation')) {{ $errors->first('salutation') }} @endif
{{ Form::text('first_name', $user->account->first_name, array('placeholder'=>__('First name'), 'class'=>'form-control', 'id'=>'first_name', 'required'=>true, 'tabindex' => 4)) }} @if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
{{ Form::text('last_name', $user->account->last_name, array('placeholder'=>__('Last name'), 'class'=>'form-control', 'id'=>'last_name', 'required'=>true, 'tabindex' => 5)) }} @if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
{{ Form::text('address', $user->account->address, array('placeholder'=>__('Street'), 'class'=>'form-control', 'required'=>true, 'id'=>'address', 'tabindex' => 6)) }} @if ($errors->has('address')) {{ $errors->first('address') }} @endif
{{ Form::text('address_2', $user->account->address_2, array('placeholder'=>__('Flat Building optional'), 'class'=>'form-control', 'id'=>'address_2', 'tabindex' => 6)) }}
{{ Form::text('zipcode', $user->account->zipcode, array('placeholder'=>__('Postcode'), 'class'=>'form-control', 'required'=>true, 'id'=>'zipcode', 'tabindex' => 7)) }} @if ($errors->has('zipcode')) {{ $errors->first('zipcode') }} @endif
{{ Form::text('city', $user->account->city, array('placeholder'=>__('City'), 'class'=>'form-control', 'required'=>true, 'id'=>'city', 'tabindex' => 8)) }} @if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
{{ Form::text('birthday', $user->account->birthday, array('placeholder'=>Util::formatDate(), 'data-date-format'=>Util::formatDate(), 'data-start_view'=>2, 'required'=>true, 'class'=>'form-control datepicker-birthday')) }}
{{ Form::text('phone', $user->account->phone, array('placeholder'=>__('Phone'), 'class'=>'form-control', 'id'=>'phone', 'tabindex' => 11)) }}
{{ Form::text('mobil', $user->account->mobil, array('placeholder'=>__('Mobile Phone'), 'class'=>'form-control', 'id'=>'mobil', 'tabindex' => 13)) }}
@if($errors->has('phone') || $errors->has('mobil'))
{{ __('account.phone_need_error') }}
@else
{{ __('account.phone_need_note') }}
@endif

{{ __('account.delivery_address') }}
{{ Form::text('shipping_company', $user->account->shipping_company, array('placeholder'=>__('Company name'), 'class'=>'form-control', 'id'=>'shipping_company', 'tabindex' => 16)) }}
@if ($errors->has('shipping_salutation')) {{ $errors->first('shipping_salutation') }} @endif
{{ Form::text('shipping_firstname', $user->account->shipping_firstname, array('placeholder'=>__('First name'), 'class'=>'form-control', 'required'=>true, 'id'=>'shipping_firstname', 'tabindex' => 18)) }} @if ($errors->has('shipping_firstname')) {{ $errors->first('shipping_firstname') }} @endif
{{ Form::text('shipping_lastname', $user->account->shipping_lastname, array('placeholder'=>__('Last name'), 'class'=>'form-control', 'required'=>true, 'id'=>'shipping_lastname', 'tabindex' => 19)) }} @if ($errors->has('shipping_lastname')) {{ $errors->first('shipping_lastname') }} @endif
{{ Form::text('shipping_address', $user->account->shipping_address, array('placeholder'=>__('Street'), 'class'=>'form-control', 'required'=>true, 'id'=>'shipping_address', 'tabindex' => 20)) }} @if ($errors->has('shipping_address')) {{ $errors->first('shipping_address') }} @endif
{{ Form::text('shipping_address_2', $user->account->shipping_address_2, array('placeholder'=>__('Flat Building optional'), 'class'=>'form-control', 'id'=>'shipping_address_2', 'tabindex' => 21)) }} @if ($errors->has('shipping_address_2')) {{ $errors->first('shipping_address_2') }} @endif
{{ Form::text('shipping_zipcode', $user->account->shipping_zipcode, array('placeholder'=>__('Postcode'), 'class'=>'form-control', 'required'=>true, 'id'=>'shipping_zipcode', 'tabindex' => 22)) }} @if ($errors->has('shipping_zipcode')) {{ $errors->first('shipping_zipcode') }} @endif
{{ Form::text('shipping_city', $user->account->shipping_city, array('placeholder'=>__('City'), 'class'=>'form-control', 'required'=>true, 'id'=>'shipping_city', 'tabindex' => 23)) }} @if ($errors->has('shipping_city')) {{ $errors->first('shipping_city') }} @endif
@if ($errors->has('shipping_country_id')) {{ $errors->first('shipping_country_id') }} @endif
{{ Form::text('shipping_phone', $user->account->shipping_phone, array('placeholder'=>__('Phone'), 'class'=>'form-control', 'id'=>'shipping_phone', 'tabindex' => 26)) }}
{{ Form::text('shipping_postnumber', $user->account->shipping_postnumber, array('placeholder'=>'12345678', 'class'=>'form-control', 'id'=>'shipping_postnumber', 'maxlength'=>'20', 'tabindex' => 27)) }} {{ __('payment.packstation_info') }}
{{-- Alert-Box für Packstation-Hinweis --}}
{{ __('payment.packstation_alert_title') }}

{{ __('payment.packstation_alert_intro') }}

  • {{ __('Street') }} / {{ __('House number') }}: {{ __('payment.packstation_alert_street') }} ({{ __('payment.packstation_alert_street_example') }})
  • {{ __('Postcode') }} / {{ __('City') }}: {{ __('payment.packstation_alert_location') }} ({{ __('payment.packstation_alert_not_home') }})

{{ __('payment.packstation_alert_footer') }}


@if(!isset($step))
@if($user->email)
{{ Form::text('email', $user->email, array('placeholder'=>'E-Mail', 'class'=>'form-control', 'id'=>'email', 'readonly'=>true, 'tabindex' => 14)) }}
{{ Form::text('email-confirm', $user->email, array('placeholder'=>__('Confirm E-Mail'), 'class'=>'form-control', 'id'=>'email-confirm', 'readonly'=>true, 'tabindex' => 15)) }}
@if(isset($can_change_mail)) @if(count($user->user_update_email) > 0)

{{ $user->user_update_email->first()->email }} {{__('waiting for activation since')}} | {{ $user->user_update_email->first()->created_at->format('d.m.Y H:i') }}


@endif {{ __('Contact') }} {{__('register.change_email')}} @else {{__('register.change_email')}} @endif @else
{{ Form::text('email', $user->email, array('placeholder'=>'E-Mail', 'class'=>'form-control', 'id'=>'email', 'tabindex' => 14)) }}
{{ Form::text('email-confirm', $user->email, array('placeholder'=>__('Confirm E-Mail'), 'class'=>'form-control', 'id'=>'email-confirm', 'tabindex' => 15)) }}
@endif @endif
{{ __('account.bank_data') }} ({{ __('account.required_for_commission_payments') }})
{{ Form::text('bank_owner', $user->account->bank_owner, array('placeholder'=>__('account.firstname_lastname'), 'class'=>'form-control', 'id'=>'bank_owner', 'required'=>true)) }}
{{ Form::text('bank_iban', $user->account->bank_iban, array('placeholder'=>__('account.IBAN'), 'class'=>'form-control', 'id'=>'bank_iban', 'required'=>true)) }}
{{ Form::text('bank_bic', $user->account->bank_bic, array('placeholder'=>__('account.BIC'), 'class'=>'form-control', 'id'=>'bank_bic', 'required'=>true)) }}
{{ __('account.language_settings') }}

{{ __('account.language_hint') }}

{{ __('account.vat_data') }}

{{ __('account.VAT_copy_1') }}

{{ Form::text('tax_number', $user->account->tax_number, array('placeholder'=>__('account.tax_number'), 'class'=>'form-control', 'id'=>'tax_number', $user->account->getCountryAttrAs('tax_number','required'))) }} @if ($errors->has('tax_number')) {{ $errors->first('tax_number') }} @endif
@if($user->account->country_id && $user->account->country->eu_country)

{{ Form::text('tax_identification_number', $user->account-> tax_identification_number, array('placeholder'=>__('account.VAT_ID_number'), 'class'=>'form-control', 'id'=>'tax_identification_number', $user->account->getCountryAttrAs('tax_id_number','required'), 'readonly')) }} @if ($errors->has('tax_identification_number')) {{ $errors->first('tax_identification_number') }} @endif @if($user->account->reverse_charge_valid)
Aktiv seit: {{ $user->account->getReverseChargeValidFormat() }}
@endif {{-- ($user->account->reverse_charge_valid ? 'readonly' : '') --}} @if(!$user->account->reverse_charge_valid) @endif
@else
{{ Form::text('tax_identification_number', $user->account-> tax_identification_number, array('placeholder'=>__('account.VAT_ID_number'), 'class'=>'form-control', 'id'=>'tax_identification_number', $user->account->getCountryAttrAs('tax_id_number','required'))) }}
@endif
@if($errors->has('tax_identification_number_validated'))
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@else @if(!$user->account-> tax_identification_number && !$user->account->tax_number)
{{ __('account.info_vat_numbers') }}
@endif {{-- @if($errors->has('tax_number') || $errors->has('tax_identification_number'))
Fehler: Bitte {{ __('Steuernummer') }} und/oder {{ __('USt-ID Nummer') }} angeben!*
@else
Hinweis: Bitte {{ __('Steuernummer') }} und/oder {{ __('USt-ID Nummer') }} angeben!*
@endif --}} @endif