| {!! $sortLink('display', 'Name') !!} | {!! $sortLink('email', 'Email') !!} | Phone | {!! $sortLink('type', 'Type') !!} | {!! $sortLink('created', 'Added') !!} | |
|---|---|---|---|---|---|
| {{ $contact->display_name }} | {{ $contact->email ?: '—' }} | {{ $contact->phone ?: '—' }} | {{ ucfirst($contact->type) }} | {{ $contact->created_at->format('Y-m-d') }} | @if(auth()->user()?->hasPermission('crm.contacts.edit')) Edit @endif |
| No contacts found. | |||||