@props([ 'groupData' => null, ])
{{ $groupData->name }}

{{ $groupData->name }}

{{ __('labels.participants') }} ({{ $groupData->participants_count }})

@if($groupData->description)

{!! nl2br($groupData->description) !!}

@endif