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

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

@if(userPermission(902)) @lang('chat::chat.new_chat') @endif

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

@csrf
@endsection @push('script') @endpush