{{ __('Reports') }}


{{ __('Incomes report') }}
{{ __('Income') }} {{ formatPrice($incomesTotal) }}
{{ __('Expense') }} {{ formatPrice($expensesTotal) }}
{{ __('Profit') }} {{ formatPrice($profit) }}
@foreach($incomesSummary as $inc) @endforeach
{{ __('Income by category') }} {{ formatPrice($incomesTotal) }}
{{ $inc['name'] }} {{ formatPrice($inc['amount']) }}
@foreach($expensesSummary as $inc) @endforeach
{{ __('Expense by category') }} {{ formatPrice($expensesTotal) }}
{{ $inc['name'] }} {{ formatPrice($inc['amount']) }}