Indisponibilité pour le rendez-vous |
||||||
|
@php
$model = $participant->customer ?? $participant->collaborator ?? $participant->guest;
$type = null;
if ($participant->participant_type === $participantTypes['contact']) {
$type = 'L\'usager';
} elseif ($participant->participant_type === $participantTypes['user']) {
$type = 'Le collaborateur';
} elseif ($participant->participant_type === $participantTypes['guest']) {
$type = 'Le participant';
}
@endphp
Bonjour {{ $appointment->creator->fullname ?? '' }}, {{ $type ?? 'participant' }} @if ($participant->participant_type === $participantTypes['guest']) {{ $model->email ?? '' }} @else {{ $model->fullname ?? $model->fullname ?? '' }} @endif a indiqué ne pas être disponible pour le rendez-vous suivant :
Merci de votre compréhension. byPlus © {{ date('Y') }} |