| N° | DISTRICT | PAYS | NOM & PRENOM(S) | TITRE | CONTACTS | EMARGEMENT |
|---|---|---|---|---|---|---|
| {{ $i++ }} | @if ($item->getInscription->district) {{ $item->getInscription->district }} @endif | @if ($item->paiement_de) {{ $item->getPaiementde->code_iso ? $item->getInscription->getPays->nom_pays : '' }} @endif | @if ($item->getInscription->nom) {{ Str::upper($item->getInscription->nom) }} @endif @if ($item->getInscription->prenoms) {{ $item->getInscription->prenoms }} @endif | {{ $item->paiement_de ? Str::upper($item->getInscription->titre) : '' }} |
@if ($item->getInscription->telephone)
{{ $item->getInscription->telephone }} @endif @if ($item->getInscription->email) {{ $item->getInscription->email }} @endif |