{{$lead->first_name." ".$lead->last_name}}
{{$lead->email}}
{{$lead->country}}
+{{str_replace(['-', ' ', '+', ')', '('], '', $lead->phone)}}
{{$lead->concersion->name}}
{{$lead->affiliates." / ".$lead->comment." / ".$lead->source}}
@foreach($lead->notes()->latest()->get() as $note)
{{$note->note}}
@endforeach