{{ __('Baza aktywnych klientów.') }}

Dokumenty:
Brak przesłanych
Część przesłana
Komplet
| Status:
W trakcie
Gotowy
Wysłany
Wyczyść
@foreach($clients as $client) @php $statusColors = [ 1 => 'bg-gray-500', // none sent 2 => 'bg-red-500', // requested, not sent 3 => 'bg-yellow-500', // some docs sent 4 => 'bg-green-500', // all docs sent 5 => 'bg-blue-500', // calculated ]; $settlementStatusColors = [ 0 => 'bg-red-500', // w trakcie 1 => 'bg-green-500', // wysłane do urzędu 2 => 'bg-yellow-500', // gotowy ]; @endphp @endforeach
ID @if(($filters['sort_tax_cl_id'] ?? '') === 'asc') ↑ @elseif(($filters['sort_tax_cl_id'] ?? '') === 'desc') ↓ @endif Imię Nazwisko Rok @if(($filters['sort_year'] ?? '') === 'asc') ↑ @elseif(($filters['sort_year'] ?? '') === 'desc') ↓ @endif Wysłane @if(($filters['sort_sent_date'] ?? '') === 'asc') ↑ @elseif(($filters['sort_sent_date'] ?? '') === 'desc') ↓ @endif Akcje Doradca Dokumenty Płatność Status
{{ $client->tax_cl_id }} {{ $client->tax_cl_name }} {{ $client->tax_cl_surname }} {{ $client->year }} {{ $client->when_documents_sent ? $client->when_documents_sent->format('d-m-Y') : '-' }}
Formularz
@csrf
{{ $client->user_name }}