@if ($this->inModal) @else @endif
{{ \Filament\Support\generate_icon_html('heroicon-s-chat-bubble-left-right', size: \Filament\Support\Enums\IconSize::Large) }}

{{ __('chatter::livewire/chatter-panel.heading') }}

@if ($this->messageAction->isVisible()) {{ $this->messageAction }} @endif @if ($this->logAction->isVisible()) {{ $this->logAction }} @endif @if ($this->activityAction->isVisible()) {{ $this->activityAction }} @endif
@foreach (['fileAction', 'followerAction', 'filtersAction'] as $action) @if ($this->{$action}->isVisible()) {{ $this->{$action} }} @endif @endforeach
@if ($this->tab === 'messages')
@if ($this->hasFilters()) {{ count($this->getActiveFilters()) }} active @endif
@if ($this->hasFilters())
@foreach($this->getActiveFilters() as $filter) @endforeach {{ $this->getFilteredCount() }} of {{ $this->getTotalCount() }}
@endif
@endif @php $hasActivities = $this->record->activities && $this->record->activities->isNotEmpty(); @endphp
@if ($hasActivities)
{{ $this->activityInfolist }}
@endif
{{ $this->chatInfolist }}