{{ __('My thoughts') }}

{{ __('Build a personal list of helpful thoughts and convert unhelpful thoughts into helpful alternatives.') }}
💡 {{ __('Keep a gratitude diary to end your day on a positive note.') }}
@if (session('status') === 'saved')
{{ __('Your helpful thoughts have been saved.') }}
@endif {{-- Jump to gratitude diary --}}
{{-- Verborgen bestandsinvoer voor importeren --}} {{-- Sync-indicator --}}
@csrf @method('PATCH') {{-- ── Helpende gedachten ── --}}

{{ __('Helpful thoughts') }}

{{ __('Quotes, affirmations or beliefs that comfort and ground me.') }}

{{ __('Nothing added yet.') }}
@foreach ($thoughtSuggestions as $sugg) @endforeach
{{-- ── Reframing sectie ── --}}

{{ __('Reframing') }}

{{ __('Turn an unhelpful thought into a helpful alternative.') }}

{{ __('Unhelpful thought') }}

{{ __('Helpful alternative') }}

{{ __('Nothing added yet.') }}
@foreach ($reframeSuggestions as $pair) @php $orig = __($pair['original']); $ref = __($pair['reframe']); $pairJson = json_encode(['original' => $orig, 'reframe' => $ref]); @endphp @endforeach
{{-- ── Dankbaarheidsdagboek ── --}}

{{ __('Gratitude diary') }}

{{ __('I am grateful today for:') }}

{{-- Historielijst --}}
@push('bottom-bar-buttons') {{-- Importeren --}} {{-- Opslaan --}} {{-- Exporteren --}} @endpush