Contact #{{ $contact->id }} — Généré le {{ $genere_le }}
@if(!empty($genere_par))
— Par {{ $genere_par }}
@endif
| Type personne | {{ $contact->type_contact }} |
| Profil annuaire | {{ $contact->profil_annuaire }} |
| Civilité | {{ $contact->civilite ?? '—' }} |
| Nom / Prénom | {{ $contact->nom }} {{ $contact->prenom }} |
| Raison sociale | {{ $contact->raison_sociale ?? '—' }} |
| Email | {{ $contact->email ?? '—' }} |
| Téléphone | {{ $contact->telephone ?? '—' }} |
| Mobile | {{ $contact->telephone_mobile ?? '—' }} |
| Adresse | {{ $contact->adresse ?? '—' }} |
| Code postal / Ville | {{ $contact->code_postal ?? '' }} {{ $contact->ville ?? '' }} |