| ID | Company | Name | Primary Email | All Emails | Primary Phone | All Phones | Source | Priority | Status | Interest | Call Back | Created By | Assigned To | Created At |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $lead->company?->name ?? 'N/A' }} | {{ $lead->name }} | {{ $lead->email ?? 'N/A' }} | {{ $lead->emails->pluck('email')->implode(', ') ?: 'N/A' }} | {{ trim(($lead->country_code ?? '').' '.($lead->phone ?? '')) }} | {{ $lead->phones->map(fn ($phone) => trim(($phone->country_code ?? '').' '.($phone->phone ?? '')))->filter()->implode(', ') ?: 'N/A' }} | {{ $lead->source ?? 'N/A' }} | {{ $lead->priority ?? 'N/A' }} | {{ $lead->status ?? 'N/A' }} | {{ $lead->is_interest ? 'Yes' : 'No' }} | {{ $lead->is_call_back ? 'Yes' : 'No' }} | {{ $lead->creator?->name ?? 'N/A' }} | {{ $lead->assignee?->name ?? 'N/A' }} | {{ $lead->created_at }} |
No leads found matching the specified criteria.
@endif