{{-- Logo --}}
|
{{-- Header Navy --}}
|
District 414 Tunisie
31ème Convention Nationale
17, 18 & 19 Avril 2026
|
{{-- Gold accent bar --}}
| |
{{-- Greeting --}}
|
{{ $user->firstname }} {{ $user->name }},
Nous avons le plaisir de vous confirmer la réception de votre demande de pré-inscription
à la
31ème Convention Nationale.
|
{{-- Registration code --}}
|
Référence de
pré-inscription
{{ $codePreRegistration }}
|
|
{{-- Personal info section --}}
|
Informations personnelles
|
| Nom complet |
{{ $user->civility }}
{{ $user->firstname }} {{ $user->name }} |
| Email |
{{ $user->email }} |
| Téléphone |
{{ $user->phone }} |
| District |
{{ $district }} |
| Club |
{{ $club }} |
| Pays |
{{ $user->country }}
|
@if ($user->gouvernorat)
|
{{ $user->country === 'TUNISIE' ? 'Gouvernorat' : 'Région' }} |
{{ $user->gouvernorat }} |
@endif
|
{{-- Workshops / Dîners --}}
@if ($participant->workshops->count() > 0)
|
Dîners & Prestations
|
|
Désignation
|
Prix
|
@foreach ($participant->workshops as $pw)
|
{{ $pw->workshop->titre ?? $pw->workshop->code }}
|
{{ $isTunisian ? $pw->price . ' DT' : number_format($pw->price / 3.4, 2) . ' €' }}
|
@endforeach
|
Total
|
{{ $isTunisian ? $participant->total_price . ' DT' : number_format($participant->total_price / 3.4, 2) . ' €' }}
|
|
@endif
{{-- Hotel --}}
@if ($hotelCode)
|
Hébergement
|
| Référence |
{{ $hotelCode }} |
| Hôtel |
{{ $hotelName }} |
| Chambre |
{{ $roomTypeName }} |
| Séjour |
{{ \Carbon\Carbon::parse($checkinDate)->format('d/m/Y') }} →
{{ \Carbon\Carbon::parse($checkoutDate)->format('d/m/Y') }}
({{ $hotelNights }} nuit{{ $hotelNights > 1 ? 's' : '' }})
|
| Total hébergement |
{{ $isTunisian ? $hotelTotal . ' DT' : number_format($hotelTotal / 3.4, 2) . ' €' }}
|
|
|
@endif
{{-- Payment mode --}}
@if (($participant->total_price ?? 0) > 0)
|
Paiement
|
| Mode de paiement |
{{ $participant->paiement_mode }} |
|
@endif
{{-- Edit registration button --}}
@if (!empty($editLink))
|
✎ Modifier mon inscription
{{--
Ce lien est valable pendant 24 heures
--}}
|
@endif
{{-- Footer --}}
|
Contactez-nous
@if ($event->phone_contact)
{{ $event->phone_contact }}
@endif
@if ($event->pre_registration_reply_to_email)
@endif
|
{{-- Sub-footer --}}