|
Bonjour {{ $appointment->full_name }},
Nous avons le plaisir de vous confirmer que votre demande de rendez-vous a été acceptée !
@if($appointment->slot)
Détails du rendez-vous
Date : {{ $appointment->slot->date->locale('fr')->isoFormat('dddd D MMMM YYYY') }}
Heure : {{ \Carbon\Carbon::createFromFormat('H:i:s', $appointment->slot->start_time)->format('H:i') }} - {{ \Carbon\Carbon::createFromFormat('H:i:s', $appointment->slot->end_time)->format('H:i') }}
Format : {{ ucfirst($appointment->appointment_format) }}
@endif
Rappel de votre demande
Type : {{ ucfirst($appointment->appointment_type) }}
@if($appointment->project_type)
Projet : {{ ucfirst($appointment->project_type) }}
@endif
Nous vous contacterons prochainement pour finaliser les détails de votre rendez-vous.
À très bientôt,
L'équipe KONTIXX Agency
|