| {{ $client->name }} |
{{ $client->user ? $client->user->firstname . ' ' . $client->user->lastname : '' }} |
{{ $client->activity?->name }} |
{{ $client->theme?->name }} |
{{ $client->adress_1 }} |
{{ $client->zipcode }} |
{{ $client->city }} |
{{ $client->phone }} |
{{ $client->operations_count ?? 0 }} |
{{ $client->comment }} |
@endforeach