@forelse ($appointment->users as $user)
{{ $user->infos->firstname }} {{ $user->infos->lastname }} @if ($user->pivot->host) {{ trans('Host') }} @endif
@empty @endforelse @if ($appointment->users->count() < 4)
@endif @if ($modalAddUserIsOpen)
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