{{ __('help.chat_title') }}

{{-- Hero --}}
💬

{{ __('help.chat_title') }}

{{ __('help.chat_intro') }}

{{-- Feature cards --}}
@foreach ([ ['🔗', 'help.chat_match_title', 'help.chat_match_body'], ['✏️', 'help.chat_start_title', 'help.chat_start_body'], ['💎', 'help.chat_limits_title', 'help.chat_limits_body'], ['🛡', 'help.chat_safety_title', 'help.chat_safety_body'], ] as [$icon, $title, $body])

{{ $icon }}{{ __($title) }}

{{ __($body) }}

@endforeach
{{-- CTA --}}