Bonjour,
@switch($type)
@case('attribution') Nouvelle attribution à un événement ✅ @break
@case('annulation') Votre participation à un événement a été annulée ❌ @break
@default Un événement auquel vous êtes attribué a été modifié 🖋️
@endswitch
@if($planning->typeEvenement)
-
🛠️ Type évenement :
{{ $planning->typeEvenement?->libelle }}
-
👤 Client :
{{ $planning->title }}
@if ($type !== 'annulation')
-
📍 Lieu :
{{ $planning->demande?->client->ville }}
-
🗺️ Itinéraire :
Google Maps -
Waze -
Apple Plans
@endif
@else
🏷️ Evenement :
{{ $planning->title }}
@endif
-
📅 Date :
{{ $planning->format_start }}
@if(array_key_exists('start', $changements)){{ $changements['start']['format_ancienne'] }}@endif
>
{{ $planning->format_end }}
@if(array_key_exists('end', $changements)){{ ($changements['end']['format_ancienne']) }}@endif
-
👥 Participants :
{{ $formattedParticipants['anciens'] }}
{{ $formattedParticipants['nouveaux'] }}
@if($type !== 'attribution'){{ $formattedParticipants['supprimes'] }}@endif
@if ($type !== 'annulation' && !empty($planning->description))
-
📝 Description :
{{ $planning->description }}
@if(array_key_exists('description', $changements)){{ $changements['description']['ancienne'] }}@endif
@endif
Voir le calendrier