|
@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->workshops->where('workshop_id', 384)->first()?->workshop->code }}
{{ $participant->workshops->where('workshop_id', 385)->first()?->workshop->code }}
{{ $participant->workshops->where('workshop_id', 386)->first()?->workshop->code }}
|
|
{{ substr($participant?->code, -5) }}
|
{{--
|
@if ($participant->category == $participant->event->client && ($participant->organisme == 'Bureau' || $participant->organisme == 'Organisation'))
ORGANISATEUR
@elseif($participant->category == 'Intervenant')
INTERVENANT
@elseif($participant->category == 'Exposant')
EXPOSANT
@elseif($participant->category == 'Presse')
PRESS
@elseif($participant->category == 'Staff')
STAFF
@elseif($participant->category == 'Team')
TEAM
@elseif($participant->category == 'Manager')
MANAGER
@else
PARTICIPANT
@endif
|
--}}