{{__('Total User')}}

{{$total_user}}

{{-- {{__("Show More")}} --}}

{{__('Total User Coin')}}

{{number_format($total_coin,8)}} BTC

{{-- {{__("Show More")}} --}}

{{__('Total Earning')}}

{{number_format($total_earning,8)}}

{{-- {{__("Show More")}} --}}

{{__('Active Buy Order')}}

{{$active_buy}}

{{-- {{__("Show More")}} --}}

{{__('Active Sell Order')}}

{{$active_sell}}

{{-- {{__("Show More")}} --}}

{{__('Total Transaction')}}

{{number_format($total_transaction,2)}}

{{-- {{__("Show More")}} --}}

{{__('Pending Fiat Deposit')}}

{{ $fiat_pending_deposit ?? 0 }}

{{__('Fiat Success Deposit')}}

{{ $fiat_deposit ?? 0 }}

{{__('Fiat Withdrawal')}}

{{ $fiat_withdrawal ?? 0 }}

{{__('This Week Swap')}}

{{ $swap ?? 0 }}

{{__('Staking Total Investment')}}

{{ $staking ?? 0 }}

{{__('Pending Crypto Deposit')}}

{{ $crypto_deposit ?? 0 }}