Status
@if ($participant->code)
Inscrit
@else
Pré-inscrit
@endif
Code pré-inscription
{{ $participant->code_pre_registration }}
Code inscription
{{ $participant->code }}
Civilité
{{ $participant->user->civility }}
Prénom
{{ $participant->user->firstname }}
Nom
{{ $participant->user->name }}
Email
@if ($participant->user->is_mailbox_full)
@elseif($participant->user->email_valid)
@else
@endif
{{ $participant->user->email }}
Téléphone
{{ $participant->user->phone }}
@if ($event->has_matricule)
Carte professionnelle
{{ $participant->user?->matricule }}
@endif
@if ($participant->user?->membership)
Membership Type
{{ $participant->user?->membership }}
@endif
@if ($participant->user?->district)
District
{{ $participant->user?->district }}
@endif
@if ($participant->user?->club)
Club
{{ $participant->user?->club }}
@endif
@if ($event->has_establishment)
Organisme
{{ $participant->user->establishment }}
@endif
@if ($event->has_fonction)
Fonction
{{ $participant->user->fonction }}
@endif
@if ($event->has_domain)
Domaine
{{ $participant->user->domain }}
@endif
@if ($event->has_specialty)
Spécialité
{{ $participant->user->specialty }}
@endif
@if ($event->has_mode)
Mode d'exercice
{{ $participant->user->mode }}
@endif
@if ($participant->user?->numero_ordre)
Numéro d'ordre
{{ $participant->user?->numero_ordre }}
@endif
@if ($participant->user?->conseil_regional_dentaire)
Conseil
{{ $participant->user?->conseil_regional_dentaire }}
@endif
@if ($event->has_city)
Ville
{{ $participant->user->city }}
@endif
@if ($event->has_region)
Région
{!! $participant->user->gouvernorat !!}
@endif
@if ($event->has_country)
Pays
{!! $participant->user->country !!}
@endif