{{ __('Profile') }}

{{ __('I want to make a profile about…') }}

{{ __('Your choice determines how we label the profile fields. You can change this later.') }}

@csrf @method('PATCH')
@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 --}}
{{ __('Continue') }} →
@error('profile_type')

{{ $message }}

@enderror