Lead Status{{ $contact['conact_pipeline_status'] }}
Source:
@php
// Split the contact_source string by commas and trim whitespace
$sourceTags = explode(',', $contact['contact_source'] ?? '');
$sourceTags = array_map('trim', $sourceTags); // Remove any extra whitespace
$sourceTagsCount = count($sourceTags); // Count the total number of sources
@endphp
@foreach ($sourceTags as $index => $tag)
@if ($index < 3 && $tag !=='' )
Social Links Not Found
@endforelse