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

{{-- Hero --}}
🪪

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

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

{{-- Feature cards --}}
@foreach ([ ['📋', 'help.profile_basic_title', 'help.profile_basic_body'], ['✨', 'help.profile_optional_title', 'help.profile_optional_body'], ['🧩', 'help.profile_diagnoses_title', 'help.profile_diagnoses_body'], ['📸', 'help.profile_photos_title', 'help.profile_photos_body'], ['👁', 'help.profile_visibility_title', 'help.profile_visibility_body'], ] as [$icon, $title, $body])

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

{{ __($body) }}

@endforeach
{{-- CTA --}}