{{ __('transaction.start_balance') }}

{{ config('money.currency_code') }}{{ format_number($lastMonthBalance) }}

{{ __('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) }}

{{ __('transaction.end_balance') }}

{{ config('money.currency_code') }}{{ format_number($lastMonthBalance + $currentMonthBalance) }}