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

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

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