@php $color = !empty(company_setting('color'))?company_setting('color'):'theme-1'; @endphp @extends('layouts.main') @section('page-title') {{__('Messenger')}} @endsection @section('page-breadcrumb') {{ __('Messenger') }} @endsection @push('css') @if ($color == 'theme-1') @endif @if ($color == 'theme-2') @endif @if ($color == 'theme-3') @endif @if ($color == 'theme-4') @endif @if ($color == 'theme-5') @endif @if ($color == 'theme-6') @endif @if ($color == 'theme-7') @endif @if ($color == 'theme-8') @endif @if ($color == 'theme-9') @endif @if ($color == 'theme-10') @endif @include('Chatify::layouts.headLinks') @endpush @section('content')
{{-- ----------------------Users/Groups lists side---------------------- --}}
{{-- Header and search bar --}} {{-- tabs and lists --}}
{{-- Lists [Users/Group] --}} {{-- ---------------- [ User Tab ] ---------------- --}}
{{-- Favorites --}}

{{__('Favorites')}}

{{-- Saved Messages --}} {!! view('Chatify::layouts.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...')}} {{__('Please add pusher settings for using messenger.')}}
{{-- Messaging area --}}

{{__('Please select a chat to start messaging')}}

{{-- Typing indicator --}}

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