|
{{ $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') : '-' }}
|
|
{{ $client->user_name }} |
@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