| |
|
Validation d'inscription Congrès STMGF 2023
|
|
{{ $participant->user->domain == 'Médecine' ? 'Dr. ' : '' }}{{ $firstname }}
{{ $lastname }}, nous avons le
plaisir
de vous informer que votre inscription est validée pour le
2ème Congrès Panafricain
et 6ème
Congrès National de Médecine Générale et de Médecine de Famille qui se
déroulera les 10, 11 et 12 novembre 2023.
Votre code d'inscription : {{ $code }}
@if ($participant->category != 'Bon de commande')
Vous trouverez ci-joint votre badge à présenter à l'entrée
pour
faciliter votre accès.
@endif
@if (
$participant->category == 'Self-payer' ||
$participant->category == 'Bon de commande' ||
$participant->category == 'Prise en charge')
Vous trouverez ci-joint aussi le document de votre inscription.
@endif
@if (
$participant->category == 'Self-payer' ||
$participant->category == 'Bon de commande' ||
$participant->category == 'Prise en charge')
Les détails de votre inscription :
|
Désignation
|
Prix
|
@php
$total = 0;
@endphp
{{-- {{ dd($userParticipant) }} --}}
@foreach ($userParticipant as $key => $value)
@if (
$key != 'E01' &&
$key != 'F01' &&
$key != 'V01' &&
$key != 'V02' &&
$key != 'S01' &&
$key != 'S02' &&
$key != 'D01' &&
$key != 'D02')
@continue
@elseif ($value == null)
@continue
@else
@endif
@php
$workshop = Workshop::where('titre', $value)
->where('event_id', $eventID)
->first();
$total = $total + $userParticipant[$key . '_price'];
@endphp
{{-- {{ dd($workshop) }} --}}
|
@if ($workshop?->date)
{{ $workshop?->date }}, de
{{ $workshop->horaire }}
@endif
{{ $value }}
@if ($workshop?->salle)
Salle : {{ $workshop->salle }}
@endif
|
{{ $userParticipant[$key . '_price'] }} TND
|
@endforeach
|
TOTAL
|
{{ $userParticipant['total_price'] }} TND
|
|
Mode de paiement
|
{{ $userParticipant['paiement_mode'] }}
|
@endif
Au plaisir de vous accueillir au 2ème Congrès Panafricain
et 6ème
Congrès National de Médecine Générale et de Médecine de Famille.
|
|
Contactez-nous :
+216 29 770 196
contact@stmgf.tn
- www.stmgf.tn
|
|
|
|