@extends('layouts.app') @section('title') {{ __('messages.conversations') }} @endsection @section('page_css') @endsection @section('content')
{{ __('messages.conversations') }}
@if($enableGroupSetting == 1) @if(Auth::user()->hasRole('Admin'))
@elseif($membersCanAddGroup == 1)
@endif @endif
@include('partials.infy-loader')
{{ __('messages.no_conversation_found') }}
{{ __('messages.no_conversation_added_yet') }}
@include('chat.no-chat')
@include('chat.chat_profile') @include('chat.msg_info')
@include('chat.group_modals') @include('chat.edit_group_modals') @include('chat.report_user_modal')
@include('chat.templates.conversation-template') @include('chat.templates.message') @include('chat.templates.no-messages-yet') @include('chat.templates.no-conversation') @include('chat.templates.group_details') @include('chat.templates.user_details') @include('chat.templates.group_listing') @include('chat.templates.group_members') @include('chat.templates.single_group_member') @include('chat.group_members_modal') @include('chat.templates.blocked_users_list') @include('chat.templates.add_chat_users_list') @include('chat.templates.badge_message_template') @include('chat.templates.member_options') @include('chat.templates.single_message') @include('chat.templates.contact_template') @include('chat.templates.conversations_list') @include('chat.templates.common_templates') @include('chat.templates.my_contacts_listing') @include('chat.templates.conversation-request') @include('chat.copyImageModal') @endsection @section('page_js') @endsection @section('scripts') @endsection