{{-- Conversation List --}}

{{ __('Conversations') }}

@forelse($conversations ?? [] as $conv) @empty

{{ __('No conversations yet') }}

@endforelse
{{-- Chat Area --}}

{{ $active_conversation['name'] ?? __('Select a conversation') }}

{{-- Messages --}}
@forelse($messages ?? [] as $msg) @empty

{{ __('Start a conversation') }}

@endforelse
{{-- Compose --}}
{{-- New Conversation Modal --}}
@csrf
{{-- Create Community Event Modal --}}
@csrf