Chat Group Users

@if(isset($chatGroupInfo)) @foreach ($chatGroupInfo as $chatGroupInfoRow)

{{$chatGroupInfoRow['fullName']}}

{{$chatGroupInfoRow['receiver_email_id']}}

@if($chatGroupInfoRow['IsUserBlock']=='NO') @else @endif
@if($chatGroupInfoRow['IsUserBlock']=='NO')
Block User
@else
UnBlock User
@endif
@endforeach @endif