@extends('layouts.admin') @push('css-page') @include('Chatify::layouts.headLinks') @endpush @php $setting = \App\Models\Utility::colorset(); $color = (!empty($setting['color'])) ? $setting['color'] : 'theme-3'; @endphp @section('page-title') {{__('Messenger')}} @endsection @section('breadcrumb') @endsection @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() !!}
@endsection @push('script-page') @include('Chatify::layouts.modals') @endpush @if($color == "theme-1") @endif @if($color == "theme-2") @endif @if($color == "theme-3") @endif @if($color == "theme-4") @endif