ID @if($sortBy === 'id') @if($sortDirection === 'asc') @else @endif @else @endif | NAME @if($sortBy === 'fname') @if($sortDirection === 'asc') @else @endif @else @endif | EMAIL @if($sortBy === 'email') @if($sortDirection === 'asc') @else @endif @else @endif | BUSINESS PHONE @if($sortBy === 'bphone') @if($sortDirection === 'asc') @else @endif @else @endif | PHONE @if($sortBy === 'phone') @if($sortDirection === 'asc') @else @endif @else @endif | CONTACT TYPE @if($sortBy === 'contact_type') @if($sortDirection === 'asc') @else @endif @else @endif | LISTING @if($sortBy === 'listings.title') @if($sortDirection === 'asc') @else @endif @else @endif | CREATED AT @if($sortBy === 'created_at') @if($sortDirection === 'asc') @else @endif @else @endif | ||
---|---|---|---|---|---|---|---|---|---|
{{ $contact->id}} | {{ $contact->fname }} {{ $contact->lname }} | {{ $contact->email }} | {{ $contact->bphone }} | {{ $contact->phone }} | {{ $contact->contact_type ?: '-' }} | {{ $contact->listing?->title ?? 'No Listing' }} | {{ $contact->created_at->format('Y-m-d') }} |
|
|
No Contact found. |
Showing {{ $contacts->firstItem() }} to {{ $contacts->lastItem() }} of {{ $contacts->total() }} contacts
@else @endif