{{ __('Tag Details') }}: {{ $tag->name }}

Name: {{ $tag->name }}
Color: {{ $tag->color }}
Contacts Count: {{ $tag->contacts->count() }}
Created At: {{ $tag->created_at->format('Y-m-d H:i:s') }}

Contacts with this tag:

@forelse($tag->contacts as $contact) @empty @endforelse
Name Phone Email Actions
{{ $contact->name }} {{ $contact->phone }} {{ $contact->email ?? '-' }} View
No contacts with this tag.