Detaylar
Firma{{ $lead->company_name ?? '—' }}
E-posta{{ $lead->email ?? '—' }}
Telefon{{ $lead->phone ?? '—' }}
Kaynak{{ $lead->source ?? '—' }}
Durum{{ \App\Models\Lead::STATUS_LABELS[$lead->status] ?? ucfirst($lead->status) }}
Sorumlu{{ $lead->user?->name ?? '—' }}
@if ($lead->notes)
Notlar
{{ $lead->notes }}
@endif