@foreach([
'self' => [
'label' => __('Myself'),
'desc' => __('I\'m making this profile for myself.'),
'icon' => '🙋',
],
'parent' => [
'label' => __('My child'),
'desc' => __("I'm making this as a parent of a neurodivergent child."),
'icon' => '👨👧',
],
'partner' => [
'label' => __('My partner'),
'desc' => __('I want to connect with other partners in a neurodiverse relationship.'),
'icon' => '💑',
],
] as $val => $option)
@endforeach
{{-- PRO optie: selecteerbaar als radio; Verder-knop navigeert naar PRO flow --}}
{{-- ORG optie --}}