@extends('layouts.app') @section('content')

Team Chat

Message another user directly. Messages update automatically while this page is open.

Showing {{ $users->count() }} of up to 50 users.
@if($selectedUser)
Chat with {{ $selectedUser->name }}
Direct one-to-one conversation
Loading messages…
@else
No chat selected
Pick a user from the list to start messaging.
@endif
@if($selectedUser) @endif @endsection