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 :

@if (!empty($appointment->location)) @endif
Titre {{ $appointment->title }}
Date {{ \Illuminate\Support\Carbon::parse($appointment->start_time)->format('d/m/Y H:i') }}
Lieu {{ $appointment->location }}

Merci de votre compréhension.

byPlus © {{ date('Y') }}