{{ __('budgets.goals_page.total_saved') }}
{{ \App\Support\Money::formatEur($totalSaved) }}
{{ __('budgets.goals_page.total_target') }}
{{ \App\Support\Money::formatEur($totalTarget) }}
{{ __('budgets.goals_page.progress') }}
{{ $progressPct }}%
{{ __('budgets.goals_page.insight_on_track') }}
{{ $onTrackGoals }}
{{ __('budgets.goals_page.insight_needs_attention') }}
{{ $needsAttentionGoals }}
{{ __('budgets.goals_page.insight_completed') }}
{{ $completedGoals }}
{{ __('budgets.goals_page.empty_title') }}
{{ $goalSearchTrim !== '' ? __('budgets.goals_page.empty_filtered') : __('budgets.goals_page.empty_hint') }}
{{ $g['name'] }}
{{ $prioEmoji }} {{ __('budgets.goals_page.priority_' . $prio) }}
@if ($goalSearchTrim !== '') {{ __('budgets.goals_page.mobile_results', ['count' => count($listGoals)]) }} @else {{ __('budgets.goals_page.mobile_hint') }} @endif
{{ __('budgets.goals_page.smart_actions') }}
{{ $suggestion['label'] }}
@if (! empty($suggestion['detail'])){{ $suggestion['detail'] }}
@endif{{ __('budgets.goals_page.projection_line', [ 'rate' => \App\Support\Money::formatEur($m), 'target' => \App\Support\Money::formatEur($t), 'months' => $projMonths, ]) }}