JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@extends('layouts.admin') @push('css-page') @include('Chatify::layouts.headLinks') @endpush @php // $profile=\App\Models\Utility::get_file('/'.config('chatify.user_avatar.folder')); $profile = \App\Models\Utility::get_file('uploads/avatar/'); $setting = App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $setting = \App\Models\Utility::colorset(); if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $color = 'custom-color'; } else { $color = $color; } @endphp @section('page-title') {{ __('Messenger') }} @endsection @section('breadcrumb') @endsection @if ($setting['cust_darklayout'] == 'on') @else @endif @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 ] ---------------- --}}

{{ __('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('scripts') @include('Chatify::layouts.modals') @endpush @if ($setting['SITE_RTL'] == 'on') @endif @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