{{ __('report.balance_per_date', ['date' => $currentMonthEndDate->isoFormat('D MMMM Y')]) }}
{{ __('transaction.income') }}
{{ config('money.currency_code') }}{{ format_number($currentMonthIncome) }}
{{ __('transaction.spending') }}
{{ config('money.currency_code') }}{{ format_number($currentMonthSpending) }}
{{ __('transaction.balance') }}
{{ config('money.currency_code') }}{{ format_number($currentMonthBalance) }}