@if(! $conversationId)
@endif
@if(count($this->privacyOptions) > 1)
@if($privacy_level === 'private') {{ __('Only you and selected participants can see this conversation') }} @elseif($privacy_level === 'company') {{ __('All company members can see this conversation') }} @elseif($privacy_level === 'public') {{ __('Everyone can see and join this conversation') }} @endif
@endif