@if ($lead->status !== 'converted')
@csrf Dönüştür
@endif Düzenle
@if ($lead->status === 'converted')
Bu lead dönüştürüldü: @if ($lead->convertedCompany) {{ $lead->convertedCompany->name }} @endif @if ($lead->convertedDeal) — fırsatı görüntüle @endif
@endif
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