@if ($currentBudget)
{{ $currentPeriodeBudgetLabel }}
{{ config('money.currency_code') }} {{ format_number($currentBudget) }}
{{ config('money.currency_code') }} {{ format_number($currentBudget) }}
@endif
{{ __('report.current_periode_income_total') }}
{{ config('money.currency_code')}} {{ format_number($currentIncomeTotal) }}
{{ config('money.currency_code') }} {{ format_number($currentIncomeTotal) }}
@if ($currentBudget)
{{ $currentBudgetRemainingLabel }}
{{ config('money.currency_code') }} {{ format_number($budgetDifference) }}
{{ config('money.currency_code') }} {{ format_number($budgetDifference) }}
@else
{{ __('report.current_periode_spending_total') }}
{{ config('money.currency_code') }} {{ format_number($currentSpendingTotal ? -$currentSpendingTotal : 0) }}
{{ config('money.currency_code') }} {{ format_number($currentSpendingTotal ? -$currentSpendingTotal : 0) }}
{{ __('report.today_balance', ['date' => $today->isoFormat('dddd, D MMM Y')]) }}
{{ config('money.currency_code') }} {{ format_number($currentBalance) }}
{{ config('money.currency_code') }} {{ format_number($currentBalance) }}
@endif
@push('scripts')
@endpush