@extends('test-chat.main')

Communication Center

{{--toolbar buttons--}}
@if(auth()->user()) @include('communication_center.thread_list', [ 'threads' => $threads ]) @endif @include('communication_center.chat_box')
@section('page_modals') {{--Page modals--}} @stop @section('page_scripts') @stop