|
|
|
|
{!! \App\Helpers\TextHelper::addSup($event->title) !!}
Confirmation de paiement
|
|
|
|
{{ $participant->user?->domain == 'Médecine' ? 'Dr. ' : '' }}{{ $participant->user->firstname }}
{{ $participant->user->name }}, nous vous confirmons la bonne
réception de
votre paiement correspondant à votre inscription pour le
{!! \App\Helpers\TextHelper::addSup($event->title) !!}.
La référence de votre demande de pré-inscription est :
N°: {{ $participant->code_pre_registration }}
Les détails de votre demande de pré-inscription :
|
Désignation
|
Prix
|
@foreach ($participant->workshops as $workshop)
|
{{ $workshop->workshop->titre }}
|
{{ $workshop->price }} TND
|
@endforeach
|
Total
|
{{ $participant->total_price }}
TND
|
|
Mode de paiement
|
{{ $participant->paiement_mode }}
|
|
|
|
|
Contactez-nous :
{{ $event->phone_contact }}
{{ $event->pre_registration_reply_to_email }}
|
|
|
@include('emails.footer.' . $event->slug)