@extends('layouts.admin') @php $setting = \App\Models\Utility::colorset(); $color = !empty($setting['color']) ? $setting['color'] : 'theme-3'; if(isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $color = 'custom-color'; } else { $color = $color; } $dark_mode = $setting['cust_darklayout'] ? $setting['cust_darklayout'] : 'off'; if($dark_mode == 'on') { $dark_mode = 'dark'; } else { $dark_mode = 'light'; } @endphp @push('css-page') @include('Chatify::layouts.headLinks') @endpush @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 @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 @if ($color == 'custom-color') @endif