@if (!$appointment->hasHost() && !$appointment->isBooked())
@if ($modalIntoBookingIsOpen)
Contact choisi @if (isset($selectedPerson))
{{ $selectedPerson->infos->firstname }} {{ $selectedPerson->infos->lastname }} @if (!empty($selectedPerson->infos->address)) {{ $selectedPerson->infos->address }}
{{ $selectedPerson->infos->zip_code }} {{ $selectedPerson->infos->city }}
@endif {{ $selectedPerson->infos->phone }} - {{ $selectedPerson->email }}
@endif
@endif @endif