{{ __('Dodaj klienta') }}

@csrf

Ankieta roczna:

{{-- Year Selection --}}

Dane Klienta:

Dojazdy do pracy:

{{-- Occupation --}}

Zasiłki i inne dochody:

{{-- Benefits --}}
{{-- Other income --}}

Finanse:

{{-- IBAN --}}

Uwagi:

{{-- Notes --}}
{{-- Joint Filing --}}

Dane małżonki:

Dojazdy do pracy małżonki:

Zasiłki i inne dochody małżonki

Wybierz potrzebne dokumenty:

{{-- D Dokumenty tożsamości i statusu rodzinnego (tax_doc_attr_id == 1) --}} 1. Dokumenty tożsamości i statusu rodzinnego @foreach($documents->where('tax_doc_attr_id', 1) as $document)
@endforeach {{-- Zatrudnienie i źródła dochodu (tax_doc_attr_id == 2) --}} 2. Zatrudnienie i źródła dochodu @foreach($documents->where('tax_doc_attr_id', 2) as $document)
@endforeach {{-- 3. Dojazdy do pracy i delegacje (tax_doc_attr_id == 3) --}} 3. Dojazdy do pracy i delegacje @foreach($documents->where('tax_doc_attr_id', 3) as $document)
@endforeach {{-- 4. Koszty mieszkania i podwójnego gospodarstwa domowego (tax_doc_attr_id == 4) --}} 4. Koszty mieszkania i podwójnego gospodarstwa domowego @foreach($documents->where('tax_doc_attr_id', 4) as $document)
@endforeach {{-- 5. Wydatki możliwe do odliczenia od podatku (tax_doc_attr_id == 5) --}} 5. Wydatki możliwe do odliczenia od podatku @foreach($documents->where('tax_doc_attr_id', 5) as $document)
@endforeach {{-- 6. Ubezpieczenia i dokumenty zdrowotne (tax_doc_attr_id == 6) --}} 6. Ubezpieczenia i dokumenty zdrowotne @foreach($documents->where('tax_doc_attr_id', 6) as $document)
@endforeach {{-- 7. Bank i sprawy finansowe (tax_doc_attr_id == 7) --}} 7. Bank i sprawy finansowe @foreach($documents->where('tax_doc_attr_id', 7) as $document)
@endforeach