{{ $group->name }}

🔒

{{ __('Private group') }}

{{ __('You need to be a member to view this group\'s feed and members.') }}

@if ($group->description)

{{ $group->description }}

@endif @auth @if (session('status') === 'join-requested')
{{ __('Your join request is pending approval.') }}
@endif @if (session('status') === 'invite-declined')
{{ __('You have declined the invite.') }}
@endif @if ($hasInvite)

{{ __("You've been invited to this group.") }}

@csrf
@csrf
@elseif ($hasPending)

{{ __('Your join request is pending approval.') }}

@else
@csrf
@endif @else {{ __('Log in to join') }} @endauth