@php $authIsAdminInGroup= $participant?->isAdmin(); $authIsOwner= $participant?->isOwner(); $isGroup= $conversation?->isGroup(); @endphp

{{__('wirechat::chat.group.members.heading.label')}}

{{-- Member limit error --}}
{{--
Recent Chats
--}}
@if (count($participants)!=0)
    @foreach ($participants as $key => $participant) @php $loopParticipantIsAuth = $participant->participantable_id == auth()->id() && $participant->participantable_type == auth()->user()->getMorphClass(); @endphp
  • @endforeach
{{-- Load more button --}} @if ($canLoadMore)
@endif @else {{__('wirechat::chat.group.members.labels.no_members_found')}} @endif