@extends('backEnd.master') @section('title') @lang('chat::chat.group_chat_list') @endsection @section('mainContent')

@lang('chat::chat.chat_list')

@lang('chat::chat.new_chat')
@if(app('general_settings')->get('chatting_method') == null || app('general_settings')->get('chatting_method') == 'log') @else @endif
@endsection