{{ trans_choice('budgets.transactions_page.stats_filtered_scope', count($filtered), ['shown' => count($filtered), 'month' => $statsPeriod]) }}
@endif{{ __('budgets.transactions_page.stat_row_caption', ['month' => $statsPeriod]) }}
@php $netTone = $net > 0.005 ? 'text-income' : ($net < -0.005 ? 'text-expense' : 'text-foreground'); @endphp{{ __('budgets.transactions_page.empty_title') }}
{{ $searchTrim !== '' ? __('budgets.transactions_page.empty_filtered') : __('budgets.transactions_page.empty_hint') }}
{{ trans_choice('budgets.transactions_page.upcoming_section_subtitle', $upcomingTxnCount, ['count' => $upcomingTxnCount]) }}
{{ __('budgets.transactions_page.history_eyebrow') }}
{{ __('budgets.transactions_page.history_eyebrow_hint') }}
@if ($searchTrim !== '') {{ __('budgets.transactions_page.mobile_results', ['count' => count($filtered)]) }} @else {{ __('budgets.transactions_page.mobile_search_hint') }} @endif
{{ __('budgets.transactions_page.smart_actions') }}
{{ $s['label'] }}
@if (! empty($s['detail'])){{ $s['detail'] }}
@endif{{ $row['name'] }}
{{ $row['date'] }}
{{ $rowIsIncome ? '+' : '-' }}{{ \App\Support\Money::formatEur(abs($rowAmount)) }}
{{ __('budgets.transactions_page.recurring') }}
{{ $txnIsIncome ? '+' : '-' }}{{ \App\Support\Money::formatEur(abs($amt)) }}
@endif @if ($detailEditing){{ $txn['name'] }}
@endif{{ __('budgets.transactions_page.smart_actions') }}
{{ $s['label'] }}
@if (! empty($s['detail'])){{ $s['detail'] }}
@endif{{ __('budgets.transactions_page.category') }}
@if ($detailEditing){{ __('budgets.transactions_page.date') }}
@if ($detailEditing) @else{{ $__txnDateLabel }}
@endif{{ __('budgets.transactions_page.type') }}
@if ($detailEditing){{ $__txnTypeLabel }}
@endif{{ __('budgets.transactions_page.notes') }}
@if ($detailEditing) @else{{ $txn['notes'] ?? __('budgets.transactions_page.no_notes') }}
@endif{{ __('budgets.transactions_page.recurring') }}