{{ ucfirst($appointment->getFormattedDateFull()) }}
Type d'atelier : {{ $appointment->getFormattedType() }} @if (!empty($appointment->name)) {{ __('Appointment name') }} : {{ $appointment->name }} @endif @if ($appointment->hasGuests()) {{ $appointment->getGuestsNumberShortFormatted() }} @endif
@if ($appointment->hasGuests()) @endif
@if ($appointment->hasGuests())
{{ ucfirst($appointment->getGuestsNumberFormatted()) }}
    @foreach ($appointment->users as $user) @if ($user->id != auth()->id())
  • {{ $user->infos->firstname }} {{ $user->infos->lastname }}
  • @endif @endforeach
@endif