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

{{-- Hero --}}
📅

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

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

{{-- Feature cards --}}
@foreach ([ ['🔍', 'help.events_discover_title', 'help.events_discover_body'], ['✅', 'help.events_join_title', 'help.events_join_body'], ['📝', 'help.events_create_title', 'help.events_create_body'], ['⚡', 'help.events_energy_title', 'help.events_energy_body'], ] as [$icon, $title, $body])

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

{{ __($body) }}

@endforeach
{{-- CTA --}}