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

{{-- Hero --}}
🏅

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

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

{{-- Feature cards --}}
@foreach ([ ['❤️', 'help.pro_likes_title', 'help.pro_likes_body'], ['💬', 'help.pro_chat_title', 'help.pro_chat_body'], ['💼', 'help.pro_profile_title', 'help.pro_profile_body'], ['🌐', 'help.pro_community_title', 'help.pro_community_body'], ['👀', 'help.pro_seen_title', 'help.pro_seen_body'], ['🎟', 'help.pro_tickets_title', 'help.pro_tickets_body'], ] as [$icon, $title, $body])

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

{{ __($body) }}

@endforeach
{{-- CTA --}}