{{ __('Wypełnij formularz dla klienta') }}

@csrf

Dane Klienta:

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:

{{-- Dokumenty tożsamości i statusu (tax_doc_attr_id == 1) --}} 1. Dokumenty tożsamości i statusu @foreach($documents->where('tax_doc_attr_id', 1) as $document)
@endforeach {{-- Zatrudnienie i dochody (tax_doc_attr_id == 2) --}} 2. Zatrudnienie i dochody @foreach($documents->where('tax_doc_attr_id', 2) as $document)
@endforeach {{-- 3. Dojazdy i delegacje (tax_doc_attr_id == 3) --}} 3. Dojazdy i delegacje @foreach($documents->where('tax_doc_attr_id', 3) as $document)
@endforeach {{-- 4. Koszty mieszkania i podwójnego gospodarstwa (tax_doc_attr_id == 4) --}} 4. Koszty mieszkania i podwójnego gospodarstwa @foreach($documents->where('tax_doc_attr_id', 4) as $document)
@endforeach {{-- 5. Wydatki możliwe do odliczenia (tax_doc_attr_id == 5) --}} 5. Wydatki możliwe do odliczenia @foreach($documents->where('tax_doc_attr_id', 5) as $document)
@endforeach {{-- 6. Ubezpieczenia i zdrowie (tax_doc_attr_id == 6) --}} 6. Ubezpieczenia i zdrowie @foreach($documents->where('tax_doc_attr_id', 6) as $document)
@endforeach {{-- 7. Bank i finanse (tax_doc_attr_id == 7) --}} 7. Bank i finanse @foreach($documents->where('tax_doc_attr_id', 7) as $document)
@endforeach