{{ $lead->name }}
@if($lead->status->value === 'lost'){{ $lead->company_name }}
@endif
@if($lead->responsible)
Responsável: {{ $lead->responsible->name }}
@endif @if($lead->pending_follow_ups_count > 0){{ $lead->pending_follow_ups_count }} follow-up(s) pendente(s)
@endif