@extends('layouts.front') @section('content') @include('includes.topbar') @include('layouts.chatify.headLinks')
{{-- ----------------------Users/Groups lists side---------------------- --}}
{{-- Header and search bar --}} {{-- tabs and lists --}}
{{-- Lists [Users/Group] --}} {{-- ---------------- [ User Tab ] ---------------- --}}
{{-- Favorites --}}

Favorites

{{-- Saved Messages --}} {!! view('layouts.chatify.listItem', ['get' => 'saved','id' => $id])->render() !!} {{-- Contact --}}
{{-- ---------------- [ Group Tab ] ---------------- --}}
{{-- items --}}

Soon will be available

{{-- ---------------- [ Search Tab ] ---------------- --}}
{{-- items --}}

Search

Type to search..

{{-- ----------------------Messaging side---------------------- --}}
{{-- header title [conversation name] amd buttons --}} {{-- Internet connection --}}
Connected Connecting... No internet access
{{-- Messaging area --}}

Please select a chat to start messaging

{{-- Typing indicator --}}

{{-- Send Message Form --}} @include('layouts.chatify.sendForm')
{{-- ---------------------- Info side ---------------------- --}}
{{-- nav actions --}} {!! view('layouts.chatify.info')->render() !!}
@include('layouts.chatify.modals') @include('layouts.chatify.footerLinks') @endsection