@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 @lang('chat::chat.group_name') * @lang('chat::chat.group_photo') {{ __('common.browse') }} @lang('common.member') * @foreach ($users as $key => $user) {{ $user->first_name }} @endforeach @lang('chat::chat.create_group') @endsection @push('script') @endpush