| |
|
Validation inscription {{ $participant->event->title }}
|
|
|
|
{{ $participant->user->domain == 'Médecine' ? 'Dr. ' : '' }}{{ $firstname }}
{{ $lastname }}
, nous avons le
plaisir
de vous informer que votre inscription est validée pour le
{{ $participant->event->title }}.
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
@if (
$participant->category == 'Prise en charge' ||
$participant->category == 'Self-payer' ||
$participant->category == 'Bon de commande')
Les détails de votre inscription :
|
Désignation
|
Prix
|
@foreach ($participant->workshops as $workshop)
@if ($workshop->workshop->visible_fe)
|
{{ $workshop->workshop->titre }}
|
{{ $workshop->price }} TND
|
@endif
@endforeach
|
Total
|
{{ $participant->total_price }}
TND
|
|
Mode de paiement
|
{{ $participant->paiement_mode }}
|
@endif
Au plaisir de vous accueillir au
{{ $participant->event->title }}
|
|
Contactez-nous :
{{ $participant->event->phone_contact }}
{{ $event->pre_registration_reply_to_email }}
|
|
|
|
@include('emails.footer.' . $participant->event->slug)