A template for managing contact details like names, emails, and phone numbers.
|
#
|
Name | Phone Number | Created At | Is Spam | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $loop->index + 1 }}
|
@if($profile->contact_profile_image)
contact_profile_image) }}" class='me-4 d-flex flex-column justify-content-center' target="_blank" rel="noopener noreferrer" style="display: block;">
{{ substr($profile->full_name, 0, 1) }}
{{ $profile->full_name }}
|
{!! $profile->primary_phone !!} | {{ $profile->primary_email }} | {{ $profile->created_at->diffForHumans() }} | {{ $profile->isSpam() }} | |||||
| There is no Profile found | ||||||||||