@props([ 'groupName' => '', 'conversations' => [], 'selectedConversationId' => null, 'showGroupTitle' => true, 'privacyLevel' => null ]) @if($conversations->count() > 0)
@if($showGroupTitle && !empty($groupName))
{{-- Privacy level icon --}} {{-- @if($privacyLevel === 'public') @elseif($privacyLevel === 'private') @endif --}}
{{ $groupName }}
@endif @if($showGroupTitle && !empty($groupName))
@endif
@endif