👥
{{ __('help.groups_title') }}
{{ __('help.groups_intro') }}
@foreach ([
['🔍', 'help.groups_browse_title', 'help.groups_browse_body'],
['💬', 'help.groups_chat_title', 'help.groups_chat_body'],
['➕', 'help.groups_create_title', 'help.groups_create_body'],
['👤', 'help.groups_members_title', 'help.groups_members_body'],
] as [$icon, $title, $body])
{{ $icon }}{{ __($title) }}
{{ __($body) }}
@endforeach