{{ priceCurrencyFormatPlacing(round($account['totalIncome']-$account['totalExpense'],2), \App\Utils\Helpers::currency_symbol(), \App\Utils\Helpers::currency_position()) }}

{{ \App\Utils\translate('total_revenue') }}

{{ priceCurrencyFormatPlacing(round($account['totalExpense'],2), \App\Utils\Helpers::currency_symbol(), \App\Utils\Helpers::currency_position()) }}

{{\App\Utils\translate('total_Expense')}}

{{ priceCurrencyFormatPlacing(round($account['totalIncome'],2), \App\Utils\Helpers::currency_symbol(), \App\Utils\Helpers::currency_position()) }}

{{\App\Utils\translate('total_Income')}}

{{ priceCurrencyFormatPlacing(round($account['totalPayable'],2), \App\Utils\Helpers::currency_symbol(), \App\Utils\Helpers::currency_position()) }}

{{\App\Utils\translate('account_payable')}}

{{ priceCurrencyFormatPlacing(round($account['totalReceivable'],2), \App\Utils\Helpers::currency_symbol(), \App\Utils\Helpers::currency_position()) }}

{{\App\Utils\translate('account_receivable')}}

{{ $totalEmployee ?? 0}}

{{\App\Utils\translate('total_employees')}}