Tags Clients ({{ $clientTags->total() }})

@if(request('search')) @endif
@if($clientTags->count() > 0)
@foreach($clientTags as $tag)
{{ $tag->name }}

{{ $tag->clients_count > 0 ? "Utilisé par {$tag->clients_count} client(s)" : 'Pas encore utilisé' }}

Créé le {{ $tag->created_at->format('d/m/Y') }}
Éditer @if($tag->clients_count == 0) @endif
@endforeach
{{ $clientTags->appends(request()->query())->links() }}
@else

Aucun tag

Créez votre premier tag pour organiser vos clients.

@endif