Formularz za rok {{$year}}
1. Dane Klienta
Imię: {{ $client->tax_cl_name }}
Nazwisko: {{ $client->tax_cl_surname }}
Email: {{ $attributes[3] ?? '' }}
Telefon: {{ $attributes[4] ?? '' }}
Steuernummer: {{ $attributes[7] ?? '' }}
Identifikationsnummer: {{ $attributes[1] ?? '' }}
Data urodzenia: {{ $attributes[2] ?? '' }}
Adres 1: {{ $attributes[8] ?? '' }}
Adres 2: {{ $attributes[9] ?? '' }}
Stan cywilny: {{ $attributes[10] ?? '' }}
Czy są dzieci: {{ $attributes[30] ?? '' }}
@if($attributes[30] == 'Tak')
Jakie: {{ $attributes[32] ?? '' }}
@endif
Rozliczenie jako małżeństwo: {{ $attributes[11] ?? '' }}
@if (!empty($partner) && ($attributes[11] ?? '') === 'Tak')
2. Dane małżonka
Data ślubu: {{ $partner['partner_weeding_date'] ?? '' }}
Imię: {{ $partner['partner_name'] ?? '' }}
Nazwisko: {{ $partner['partner_surname'] ?? '' }}
Identifikationsnummer: {{ $partner['partner_steuer_id'] ?? '' }}
Data urodzenia: {{ $partner['partner_birthdate'] ?? '' }}
Adres 1: {{ $partner['partner_adres_kontaktowy'] ?? '' }}
Adres 2: {{ $partner['partner_adres_rozliczeniowy'] ?? '' }}
3. Dojazdy do pracy – małżonka
Ilość dni dojazdu do pracy: {{ $partner['partner_commute_days'] ?? '' }}
Środek transportu: {{ $partner['partner_transport_mode'] ?? '' }}
Adres pracy: {{ $partner['partner_work_address'] ?? '' }}
Odległość do pracy: {{ $partner['partner_commute_distance'] ?? '' }}
Zawód: {{ $partner['partner_profession'] ?? '' }}
4. Zasiłki i inne dochody – małżonka
Czy otrzymuje zasiłki/świadczenia?: {{ $partner['partner_benefits'] ?? 'Nie' }}
@if(($partner['partner_benefits'] ?? '') === 'Tak')
Jakie? {{ $partner['partner_benefits_details'] ?? '' }}
@endif
Czy ma inne dochody?: {{ $partner['partner_otherIncome'] ?? 'Nie' }}
@if(($partner['partner_otherIncome'] ?? '') === 'Tak')
Jakie? {{ $partner['partner_otherIncome_details'] ?? '' }}
@endif
@endif
5. Dojazdy do pracy – klient
Dni dojazdu w tygodniu: {{ $attributes[13] ?? '' }}
Środek transportu: {{ $attributes[22] ?? '' }}
Adres pracy: {{ $attributes[24] ?? '' }}
Odległość do pracy: {{ $attributes[29] ?? '' }}
Zawód: {{ $attributes[23] ?? '' }}
6. Zasiłki i inne dochody – klient
Czy otrzymuje zasiłki/świadczenia?: {{ $attributes[25] ?? '' }}
@if(($attributes[25] ?? '') === 'Tak')
Jakie?: {{ $attributes[33] ?? '' }}
@endif
Czy ma inne dochody?: {{ $attributes[26] ?? '' }}
@if(($attributes[26] ?? '') === 'Tak')
Jakie?: {{ $attributes[34] ?? '' }}
@endif
7. Finanse
IBAN: {{ $attributes[27] ?? '' }}
Czy posiadasz prywatne ubezpieczenia?: {{ $attributes[31] ?? '' }}
@if(($attributes[31] ?? '') === 'Tak')
Jakie? {{ $attributes[35] ?? '' }}
@endif
@if (!empty($documents))
Wybrane dokumenty
@endif
@if (!empty($combinedNotes[0]))
Uwagi ogólne
@endif