📥 Leads HAndipartner

{{ $leads->total() }} demande(s) - contact & simulateur
@forelse($leads as $lead)
{{ $lead->source }} {{ $lead->mail_sent?'email envoyé':'email NON envoyé' }} {{ $lead->created_at?->translatedFormat('d/m/Y à H:i') }}
{{ trim($lead->prenom.' '.$lead->nom) ?: '-' }} @if($lead->societe)· {{ $lead->societe }}@endif
@if($lead->email){{ $lead->email }}@endif @if($lead->phone) · {{ $lead->phone }}@endif
@if($lead->message)
{{ $lead->message }}
@endif @if($lead->data)
@if(isset($lead->data['effectif']))Effectif : {{ $lead->data['effectif'] }}@endif @if(isset($lead->data['th']))TH : {{ $lead->data['th'] }}@endif @if(isset($lead->data['achats']))Achats EA/ESAT : {{ $lead->data['achats'] }} €@endif @if(!empty($lead->data['contribution']))Contribution : {{ $lead->data['contribution'] }}@endif @if(!empty($lead->data['economie']))Économie : {{ $lead->data['economie'] }}@endif
@endif
@empty
Aucun lead pour le moment.
@endforelse
{{ $leads->links() }}