{{ __('budgets.budgets_page.hero_remaining_label') }}
{{ \App\Support\Money::formatEur($totalRemaining) }}
{{ __('budgets.budgets_page.hero_remaining_hint', ['pct' => $pctLabel, 'per_day' => \App\Support\Money::formatEur($perDay)]) }}
{{ $heroPeriod }}
{{ __('budgets.budgets_page.hero_remaining_label') }}
{{ \App\Support\Money::formatEur($totalRemaining) }}
{{ __('budgets.budgets_page.hero_remaining_hint', ['pct' => $pctLabel, 'per_day' => \App\Support\Money::formatEur($perDay)]) }}
{{ __('budgets.budgets_page.hero_limit_label') }}
{{ \App\Support\Money::formatEur($totalLimit) }}
{{ __('budgets.budgets_page.hero_spent_label') }}
{{ \App\Support\Money::formatEur($totalSpent) }}
{{ __('budgets.budgets_page.insight_over_budget') }}
{{ $overBudgetCount }}
{{ __('budgets.budgets_page.insight_near_limit') }}
{{ $nearLimitCount }}
{{ __('budgets.budgets_page.insight_top_spend') }}
@if ($topSpending) {{ $topSpending['name'] }} ยท {{ \App\Support\Money::formatEur((float) ($topSpending['spent'] ?? 0)) }} @else โ @endif
{{ __('budgets.budgets_page.alert_over_budget_title', ['name' => $firstOverBudget['name'] ?? '']) }}
{{ __('budgets.budgets_page.alert_over_budget_body', ['amount' => \App\Support\Money::formatEur($firstOverAmount)]) }}
{{ __('budgets.budgets_page.empty_title') }}
{{ $searchTrim !== '' ? __('budgets.budgets_page.empty_filtered') : __('budgets.budgets_page.empty_hint') }}
{{ $b['name'] }}
{{ __('budgets.budgets_page.period_labels.' . ($b['period'] ?? 'monthly')) }}
@if (trim($search) !== '') {{ __('budgets.budgets_page.mobile_results', ['count' => count($filtered)]) }} @else {{ __('budgets.budgets_page.mobile_hint') }} @endif
{{ __('budgets.budgets_page.smart_actions') }}
{{ $s['label'] }}
@if (! empty($s['detail'])){{ $s['detail'] }}
@endif