|
|
|
|
{!! \App\Helpers\TextHelper::addSup($event->title) !!}
Validation inscription
|
|
|
|
{{ $participant->user->domain == 'Médecine' ? 'Dr. ' : '' }}{{ $firstname }}
{{ $lastname }}, nous avons le
plaisir
de vous informer que votre inscription est validée pour
{{ $event->is_masculin ? 'le' : 'la' }}
{!! \App\Helpers\TextHelper::addSup($event->title) !!}.
Votre code d'inscription : {{ $code }}
@if ($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 ($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
{!! \App\Helpers\TextHelper::addSup($event->title) !!}
|
|
|
|
Contactez-nous :
{{ $event->phone_contact }}
{{ $event->pre_registration_reply_to_email }}
|
|
|
@if (View::exists('emails.footer.' . $event->slug))
@include('emails.footer.' . $event->slug)
@endif