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

@lang('Total Deposits')

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

@lang('Pending Deposits')

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

@lang('Rejected Deposits')

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

@lang('Deposited Charge')

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

@lang('Pending Deposit Count')

{{ $widget['total_deposit_pending_count'] }}

@lang('Rejected Deposit Count')

{{ $widget['total_deposit_rejected_count'] }}

@lang('Total Withdrawal')

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

@lang('Pending Withdrawal')

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

@lang('Rejected Withdrawal')

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

@lang('Withdrawal Charge')

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

@lang('Pending Withdrawal Count')

{{ $widget['total_withdraw_pending_count'] }}

@lang('Rejected Withdrawal Count')

{{ $widget['total_withdraw_rejected_count'] }}
@lang('Deposit & Withdraw Report')
@push('script') @endpush