Source{{ ucwords(str_replace('_', ' ', $lead['source'] ?? '')) }}
@if($lead['referrer_name'] ?? null)
Referred by{{ $lead['referrer_name'] }}
@endif
Interest
@for($i = 1; $i <= 5; $i++)
β
@endfor
@if($lead['next_follow_up_at'] ?? null)
Follow-up
{{ \Carbon\Carbon::parse($lead['next_follow_up_at'])->format('M d, Y') }}
@endif
Added{{ substr($lead['created_at'] ?? '', 0, 10) }}
@if($lead['converted_at'] ?? null)
Converted{{ substr($lead['converted_at'], 0, 10) }}
@endif