Company Logo {{-- HR Email: More concise --}} @if($type !== 'hr-notification') {{-- User Email: Personalized greeting --}}

Bonjour {{ $fullName }},

@endif {{-- Subject as header (only for user emails) --}} @if($type !== 'hr-notification')

{{ $subject }}

@endif {{-- Dynamic Content --}} {!! $content !!} {{-- Leave Details Table --}} @if(isset($leave))

Détails du congé :

@if(in_array($leave->type_of_leave, ['vacation', 'sick'])) @elseif(in_array($leave->type_of_leave, ['authorisation', 'halfday'])) @if(in_array($leave->type_of_leave, ['authorisation'])) @endif @endif
Début {{ $leave->start_day->translatedFormat('d F Y') }}
Fin {{ $leave->end_day->translatedFormat('d F Y') }}
Motif {{ ucfirst($leave->type_of_leave ?? 'Non spécifié') }}
Début {{ $leave->start_day->translatedFormat('d F Y') }}
Heure de début {{ $leave->start_time}}
Durée {{ $leave->authorization_hour }} heures
Motif {{ ucfirst($leave->type_of_leave ?? 'Non spécifié') }}
Reason {{ ucfirst($leave->reason ?? 'Non spécifié') }}
@endif

Cordialement,

L'équipe GRH

Cet e-mail est généré automatiquement. Veuillez ne pas y répondre.