| Email @if(request('sort') === 'email') @endif | Name | Organization | Type | Status | Added @if(request('sort', 'created_at') === 'created_at') @endif | ||
|---|---|---|---|---|---|---|---|
| id }})" :checked="selectedIds.includes({{ $email->id }})" class="rounded border-gray-300 text-primary-600 focus:ring-primary-500"> | {{ $email->email }} | {{ $email->full_name ?? '-' }} | {{ $email->org_name ?? '-' }} |
|
@if($email->valid)
|
{{ $email->created_at->format('M j, Y') }} |