@foreach ([
['🪪', __('help.profile_title'), __('help.card_profile'), route('help.profile')],
['🔎', __('help.search_title'), __('help.card_search'), route('help.search')],
['🧠', __('help.tools_title'), __('help.card_tools'), route('help.tools')],
['📅', __('help.events_title'), __('help.card_events'), route('help.events')],
['👥', __('help.groups_title'), __('help.card_groups'), route('help.groups')],
['💬', __('help.chat_title'), __('help.card_chat'), route('help.chat')],
['🏅', __('help.pro_title'), __('help.card_pro'), route('help.pro')],
['⭐', __('help.premium_title'), __('help.card_premium'), route('help.premium')],
['📲', __('help.install_title'), __('help.card_install'), route('help.install')],
] as [$icon, $title, $desc, $url])
{{ $icon }}
@endforeach