| @if ( $participant->category == 'Self-payer' || $participant->category == 'Bon de commande' || $participant->category == 'Prise en charge' || $participant->category == $participant->event->client || $participant->category == 'Intervenant' || $participant?->user?->domain == 'Médecine') Dr. @endif {{ mb_strtoupper($participant->user->firstname, 'utf-8') }} | |||||
| {{ mb_strtoupper($participant->user->name, 'utf-8') }} | |||||
| {{ $participant->user->specialty }} | |||||
| {{ $participant->user->gouvernorat }} {{ $participant->user->country }} | |||||
| @if ($participant->category == $participant->event->client && $participant->organisme == 'Bureau') ORGANISATEUR @elseif($participant->category == 'Intervenant') INTERVENANT @elseif($participant->category == 'Exposant') {{ $participant->organisme }} @elseif($participant->category == 'Presse') PRESS @elseif($participant->category == 'Staff') STAFF @elseif($participant->category == 'Team') TEAM @elseif($participant->category == 'Manager') MANAGER @else PARTICIPANT @endif | |||||
| {{ str_pad($participant->id, 5, '0', STR_PAD_LEFT) }} |
| @if ( $participant->category == 'Self-payer' || $participant->category == 'Bon de commande' || $participant->category == 'Prise en charge' || $participant->category == $participant->event->client || $participant->category == 'Intervenant' || $participant?->user?->domain == 'Médecine') Dr. @endif {{ mb_strtoupper($participant->user->firstname, 'utf-8') }} | |||||
| {{ mb_strtoupper($participant->user->name, 'utf-8') }} | |||||
| {{ $participant->user->specialty }} | |||||
| {{ $participant->user->gouvernorat }} {{ $participant->user->country }} | |||||
| @if ($participant->category == $participant->event->client && $participant->organisme == 'Bureau') ORGANISATEUR @elseif($participant->category == 'Intervenant') INTERVENANT @elseif($participant->category == 'Exposant') {{ $participant->organisme }} @elseif($participant->category == 'Presse') PRESS @elseif($participant->category == 'Staff') STAFF @elseif($participant->category == 'Team') TEAM @elseif($participant->category == 'Manager') MANAGER @else PARTICIPANT @endif | |||||
| {{ str_pad($participant->id, 5, '0', STR_PAD_LEFT) }} |