{{ $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->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