{{ __('Current Balance') }}
{{ specific_currency_with_icon('USD',$current_balance ?? 0) }}
{{ __('Total Withdraw') }}
{{ specific_currency_with_icon('USD',$total_withdraw ?? 0) }}
{{ __('Total Earning') }}
{{ specific_currency_with_icon('USD',$total_earning ?? 0) }}
{{ $withdraws->onEachSide(0)->links() }}
@endif