{{ $totals['total'] }}
prospects au total
{{ $totals['new'] }}
à traiter
{{ $totals['last7'] }}
nouveaux (7 j)
⚠️ {{ $s['name'] }} : endpoint prospects injoignable (site arrêté ou token invalide).
@endunless
@endforeach
{{-- Filtres --}}
| Date | Site | Nom | Contact | Forfait / Type | Statut |
|---|---|---|---|---|---|
| {{ $l['created_at'] ? \Carbon\Carbon::parse($l['created_at'])->format('d/m/Y H:i') : '-' }} | {{ $l['site_name'] }} | {{ $l['name'] ?: '-' }} |
@if ($l['email'])@endif
@if ($l['phone']) {{ $l['phone'] }} @endif
|
{{ $l['label'] ?: '-' }} | @if ($l['handled']) ✓ traité @else à traiter @endif |
| Aucun prospect pour l'instant. | |||||
Données lues en direct sur chaque site (lecture seule). Le forfait affiché est celui demandé par le prospect - il ne s'agit pas d'un abonnement actif facturé.