| |
|
|
|
Validation inscription 1er Congrès International de
Micronutrition
|
|
{{ $participant->user->domain == 'Médecine' ? 'Dr. ' : '' }}{{ $firstname }}
{{ $lastname }}
, nous avons le
plaisir
de vous informer que votre inscription est validée pour le
1er Congrès International de Micronutrition.
Votre code d'inscription : {{ $code }}
@if ($participant->event->has_attachment_badge == 1 && $participant->category != 'Bon de commande')
Vous trouverez ci-joint votre badge à présenter à l'entrée
pour
faciliter votre accès.
@endif
Les détails de votre inscription :
|
Désignation
|
Prix
|
@foreach ($participant->workshops as $workshop)
|
{{ $workshop->workshop?->titre }}
{!! $workshop->workshop?->description !!}
{{-- {{ $workshop->workshop->titre }} --}}
|
{{-- {{ $workshop->price }} TND --}}
@if ($participant->is_resident == 1)
{{ $workshop->workshop?->description_3 }}
@else
{{ $workshop->workshop?->description_2 }}
@endif
|
@endforeach
|
Total
|
{{-- {{ $participant->total_price }}
TND --}}
@if ($participant->is_resident == 1)
{{ $workshop->workshop?->description_3 }}
@else
{{ $workshop->workshop?->description_2 }}
@endif
|
|
Mode de paiement
|
{{ $participant->paiement_mode }}
|
Au plaisir de vous accueillir au 1er Congrès
International de Micronutrition
|
|
|
|
|
|