| @if ($participant->override_academic_title) {{ $participant->override_academic_title }} @elseif($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' || $participant->organisme == 'Organisateur')) 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 | |||||
|
{{ $participant->workshops->where('workshop_id', 221)->first()?->workshop->f3 }}
{{ $participant->workshops->where('workshop_id', 222)->first()?->workshop->f3 }}
{{ $participant->workshops->where('workshop_id', 223)->first()?->workshop->f3 }}
|
|||||
| {{ substr($participant?->code, -5) }} |
| @if ($participant->override_academic_title) {{ $participant->override_academic_title }} @elseif($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' || $participant->organisme == 'Organisateur')) 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 | |||||
|
@foreach ($participant->workshops as $session)
{{ $session->workshop->f3 }}
@endforeach
|
|||||
| {{ substr($participant?->code, -5) }} |