@section('title')
{{ labels('admin_labels.chat', 'Chat') }}
@endsection
@section('content')
@include('Chatify::layouts.headLinks')
{{-- ----------------------Users/Groups lists side---------------------- --}}
{{-- Header and search bar --}}
{{-- tabs and lists --}}
{{-- Lists [Users/Group] --}}
{{-- ---------------- [ User Tab ] ---------------- --}}
{{-- ---------------- [ Search Tab ] ---------------- --}}
{{-- ----------------------Messaging side---------------------- --}}
{{-- header title [conversation name] amd buttons --}}
{{-- Messaging area --}}
Please select a chat to start messaging
{{-- Typing indicator --}}
{{-- Send Message Form --}}
@include('Chatify::layouts.sendForm')
{{-- ---------------------- Info side ---------------------- --}}
@include('Chatify::layouts.modals')
@include('Chatify::layouts.footerLinks')