{{ __('This information helps others get to know you better. Everything here is optional and can be changed at any time.') }}
{{ __('Personality type (MBTI)') }}
@if ($profile->mbti_type){{ $profile->mbti_type }} @if (isset(config('mbti.types')[$profile->mbti_type])) — {{ __(config('mbti.types')[$profile->mbti_type]['name']) }} @endif
@else{{ __('Not completed yet') }}
@endif{{ __('Sensory profile') }}
@if ($hasSensoryProfile) {{ __('Filled in') }} @else {{ __('Not filled in yet') }} @endif