@php
$isYes = $rsvpStatus === 'yes';
$statusLabel = $isYes ? 'Oui' : 'Non';
$statusColor = $isYes ? '#16a34a' : '#dc2626';
$fullName = trim(($firstName ?? '') . ' ' . ($lastName ?? ''));
$respondedLabel = $respondedAt ? $respondedAt->format('d/m/Y H:i') : '—';
@endphp
|
Nouvelle réponse RSVP — {{ $eventName }}
| Invité |
{{ $fullName !== '' ? $fullName : '—' }} |
| Téléphone |
{{ $phone }} |
| Email |
{{ $clientEmail ?? '—' }} |
| Réponse |
{{ $statusLabel }} |
| Répondu le |
{{ $respondedLabel }} |
|
|
|
Notification automatique — The Landlord Manager
|
|