📢 {{ $lead->campaign->name ?? 'Campaign' }}
Lead ID
#{{ $lead->id }}
Name
{{ $lead->name ?: 'Not Available' }}
Phone
{{ $lead->phone ?: 'Not Available' }}
Email
{{ $lead->email ?: 'Not Available' }}
City
{{ $lead->city ?: 'Not Available' }}
Status
{{ $lead->status }}
Received Date
{{ $lead->date_received ? $lead->date_received->format('d M Y, h:i A') : 'Just now' }}
@if($lead->notes)
Notes
{{ $lead->notes }}
@endif
This lead was received from your WhatsApp conversation on Meta. Please follow up with the customer as soon as possible.