| {{ __('Income') }} | {{ formatPrice($incomesTotal) }} |
|---|---|
| {{ __('Expense') }} | {{ formatPrice($expensesTotal) }} |
| {{ __('Profit') }} | {{ formatPrice($profit) }} |
| {{ __('Income by category') }} | {{ formatPrice($incomesTotal) }} |
|---|---|
| {{ $inc['name'] }} | {{ formatPrice($inc['amount']) }} |
| {{ __('Expense by category') }} | {{ formatPrice($expensesTotal) }} |
|---|---|
| {{ $inc['name'] }} | {{ formatPrice($inc['amount']) }} |