Clientes que cerraste como Comercial. Trackeá conversiones, estados y proyectos activos.
| Cliente | Producto | Comisión | Estado | Enviada |
|---|---|---|---|---|
|
{{ $r->client_name }}
{{ $r->client_email }}
|
{{ $r->tier }}
{{ $r->core }}
|
USD {{ number_format($r->closer_commission, 0) }} |
{{ $r->statusLabel() }}
@if($r->status === 'declined' && $r->decided_reason)
{{ \Illuminate\Support\Str::limit($r->decided_reason, 60) }}
@endif
|
{{ $r->created_at->diffForHumans() }} |
Tus cierres aparecen cuando el equipo te atribuye el lead. Si pensás que falta uno, contactá a soporte.
| Cliente | Proyecto / Producto | Plan | Estado | Desde | Acciones |
|---|---|---|---|---|---|
|
{{ trim((optional($tp->user)->first_name ?? '') . ' ' . (optional($tp->user)->last_name ?? '')) ?: '(sin nombre)' }}
{{ optional($tp->user)->email ?? 'sin email' }}
|
{{ $tp->project_name }}
@if($tp->domain)
{{ $tp->domain }}
@endif
@if($tp->product_name)
{{ $tp->product_name }}
@endif
@if($tp->tier)
{{ $tp->tier }}
@endif
|
@if($tp->amount_usd)
USD {{ number_format($tp->amount_usd, 0) }}
/mes
@else
—
@endif
|
{{ $badgeLabel }} |
{{ $tp->created_at?->format('d/m/Y') ?? '—' }}
@if($daysSinceClose !== null)
hace {{ $daysSinceClose }} d
@if($daysSinceClose >= 30 && $tp->pipeline_status !== 'active')
Estancado
@endif
@endif
|
@php $sourceMissile = $missileByTenant[$tp->id] ?? null; @endphp @if($sourceMissile) @endif @if($tp->domain) @endif |