@props(['widget'])
@lang(' Financial Overview')

@lang('Total Add Money')

{{ gs('cur_sym') }}{{ showAmount($widget['total_deposit_amount_user'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Pending Add Money')

{{ gs('cur_sym') }}{{ showAmount($widget['total_deposit_pending_user'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Rejected Add Money')

{{ gs('cur_sym') }}{{ showAmount($widget['total_deposit_rejected_user'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Add Money Charge')

{{ gs('cur_sym') }}{{ showAmount($widget['total_deposit_charge_user'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Pending Add Money Count')

{{ $widget['total_deposit_pending_count_user'] }}

@lang('Rejected Add Money Count')

{{ $widget['total_deposit_rejected_count_user'] }}

@lang('Total Withdrawal')

{{ gs('cur_sym') }}{{ showAmount($widget['total_withdraw_amount_merchant'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Pending Withdrawal')

{{ gs('cur_sym') }}{{ showAmount($widget['total_withdraw_pending_merchant'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Rejected Withdrawal')

{{ gs('cur_sym') }}{{ showAmount($widget['total_withdraw_rejected_merchant'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Withdrawal Charge')

{{ gs('cur_sym') }}{{ showAmount($widget['total_withdraw_charge_merchant'], currencyFormat: false) }} {{ __(gs('cur_text')) }}
'

@lang('Pending Withdrawal Count')

{{ $widget['total_withdraw_pending_count_merchant'] }}

@lang('Rejected Withdrawal Count')

{{ $widget['total_withdraw_rejected_count_merchant'] }}
@lang('Agent Financial Overview')

@lang('Total Add Money')

{{ gs('cur_sym') }}{{ showAmount($widget['total_deposit_amount_agent'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Pending Add Money')

{{ gs('cur_sym') }}{{ showAmount($widget['total_deposit_pending_agent'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Rejected Add Money')

{{ gs('cur_sym') }}{{ showAmount($widget['total_deposit_rejected_agent'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Add Money Charge')

{{ gs('cur_sym') }}{{ showAmount($widget['total_deposit_charge_agent'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Pending Add Money Count')

{{ $widget['total_deposit_pending_count_agent'] }}

@lang('Rejected Add Money Count')

{{ $widget['total_deposit_rejected_count_agent'] }}

@lang('Total Withdrawal')

{{ gs('cur_sym') }}{{ showAmount($widget['total_withdraw_amount_agent'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Pending Withdrawal')

{{ gs('cur_sym') }}{{ showAmount($widget['total_withdraw_pending_agent'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Rejected Withdrawal')

{{ gs('cur_sym') }}{{ showAmount($widget['total_withdraw_rejected_agent'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Withdrawal Charge')

{{ gs('cur_sym') }}{{ showAmount($widget['total_withdraw_charge_agent'], currencyFormat: false) }} {{ __(gs('cur_text')) }}
'

@lang('Pending Withdrawal Count')

{{ $widget['total_withdraw_pending_count_agent'] }}

@lang('Rejected Withdrawal Count')

{{ $widget['total_withdraw_rejected_count_agent'] }}