{{-- E-mail d'envoi du certificat de formation au participant (Phase 11). Pièce jointe : le certificat PDF (ajoutée par App\Mail\CertificateMail). @var \App\Models\Certificate $certificate Certificat (participant.trainingSession chargés). @var string $filename Nom de fichier de la pièce jointe PDF. --}} @php /** @var \App\Models\Participant|null $participant */ $participant = $certificate->participant; /** @var \App\Models\TrainingSession|null $session */ $session = $participant?->trainingSession; @endphp # Votre certificat de formation Bonjour **{{ $participant?->full_name }}**, Vous avez suivi avec succès la formation **{{ $session?->title }}**, dispensée {{ $session?->periodLabel() }} par {{ $session?->trainersLabel() }}. Vous trouverez votre certificat de formation en pièce jointe de cet e-mail (fichier **{{ $filename }}**). @if ($certificate->isDuplicata()) Votre certificat vous ayant déjà été transmis, le document joint porte la mention **DUPLICATA** : l'exemplaire original reste celui du premier envoi. @endif L'authenticité de ce certificat peut être vérifiée à tout moment, par vous-même ou par un tiers, grâce à son code unique : **{{ $certificate->formattedCode() }}** Vérifier l'authenticité du certificat Nous vous remercions de votre confiance et restons à votre disposition. Cordialement,
{{ config('app.name') }}