{{ __('My personality type') }}

{{ __('This personality assessment is based on the Myers-Briggs Type Indicator framework. It gives you a starting point for self-reflection β€” not a label.') }}
πŸ’œ {{ __('There are no right or wrong answers. People can behave differently depending on stress, masking, environment and energy levels.') }}
@php $dimOrder = array_keys($dimensions); $scaleLabels = [ 1 => __('Completely unrecognizable'), 2 => __('Barely recognizable'), 3 => __('Neutral / varies'), 4 => __('Recognizable'), 5 => __('Very recognizable'), ]; $confidenceLabels = [ 1 => __('Not at all'), 2 => __('A little'), 3 => __('Mostly'), 4 => __('Very strongly'), ]; $strengthLabels = [ 'balanced' => __('Balanced'), 'slightly' => __('Slightly'), 'clearly' => __('Clearly'), 'strongly' => __('Strongly'), ]; $letterLabels = [ 'E' => __('Extraverted'), 'I' => __('Introverted'), 'S' => __('Sensing'), 'N' => __('Intuitive'), 'T' => __('Thinking'), 'F' => __('Feeling'), 'J' => __('Judging'), 'P' => __('Perceiving'), ]; @endphp {{-- Server-side data veilig buiten het HTML-attribuut --}}
{{-- Flash messages --}} @if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif {{-- ═══════════════════════════════════════════════════ --}} {{-- TEST MODE --}} {{-- ═══════════════════════════════════════════════════ --}}
{{-- Progress bar --}}
{{ __('Step') }} {{ __('of') }} 4
{{-- Step label --}}
/

{{-- Questions --}}
{{-- Disclaimer (only on last step) --}}
{{ __('There are no right or wrong answers. People can behave differently depending on stress, masking, environment and energy levels.') }}
{{-- Hidden form --}}
{{-- ═══════════════════════════════════════════════════ --}} {{-- RESULT MODE --}} {{-- ═══════════════════════════════════════════════════ --}}
{{-- Eigen resultaat (verborgen in explorer) --}}
{{-- Type header ───────────────────────────────────── --}}
{{-- Group label --}} {{-- Letter tiles + name --}}
@foreach (str_split('MBTI') as $i => $placeholder) @endforeach

{{-- Traits --}}
{{-- Detail paragraph (met letterverklaring) ─────────── --}} {{-- Uitdagingen + Voelt goed bij ─────────────────── --}} {{-- X-dimension explanation ─────────────────────── --}} {{-- Adjacent candidate types for X dimensions ────── --}} {{-- Score bars ───────────────────────────────────── --}}

{{ __('Your dimension scores') }}

{{-- Compatibele types ─────────────────────────────── --}} {{-- Confidence question ───────────────────────────── --}}

{{ __('Does this type feel familiar to you?') }}

{{ __('People can score differently depending on context, stress or masking. Your honest response helps.') }}

@foreach ($confidenceLabels as $val => $label) @endforeach

{{ __('Saved.') }}

{{-- ND Disclaimer ──────────────────────────────────── --}}

{{-- Visibility toggle ─────────────────────────────── --}}

{{ __('Show on profile') }}

{{ __('Other users can see your type on your profile.') }}

{{-- Alle types bekijken ──────────────────────────────── --}}
{{-- /eigen resultaat --}} {{-- ═══════════════════════════════════════════════════ --}} {{-- TYPE EXPLORER --}} {{-- ═══════════════════════════════════════════════════ --}} {{-- Enkel type bekijken ───────────────────────────────── --}}
{{-- Terug-knop + Alle types --}}
{{-- Type header --}} {{-- Detail (met letterverklaring) --}} {{-- Challenges + Feels good with --}} {{-- Hun compatibele types --}}
{{-- /enkel type --}} {{-- Alle types overzicht ──────────────────────────────── --}}
{{-- Terug-knop --}} {{-- Groepen --}} @php $typesByGroup = []; foreach ($types as $code => $cfg) { $typesByGroup[$cfg['group']][] = $code; } @endphp @foreach ($typesByGroup as $groupKey => $typeCodes)

{{ $groups[$groupKey] ?? $groupKey }}

@foreach ($typeCodes as $code) @endforeach
@endforeach
{{-- /alle types --}}
{{-- /result mode --}} {{-- Reset form (verborgen, getriggerd vanuit bottombar) --}}
@push('bottom-bar-buttons')
{{-- ── LINKS ────────────────────────────────── --}}
{{-- Test: Vorige (stap 2-4) --}} {{-- Test: Annuleer (editMode, stap 1) --}} {{-- Resultaat: Opnieuw doen --}} {{-- Resultaat: Bevestiging opnieuw doen --}}
{{-- ── MIDDEN: stap-indicator in testmodus ─── --}}
{{-- ── RECHTS ───────────────────────────────── --}}
{{-- Test: Volgende (stap 1-3) --}} {{-- Test: Bereken (stap 4) --}} {{-- Resultaat: Antwoorden aanpassen --}}
@endpush