@extends('admin.layouts.master') @section('page.name', __('Home')) @section('page.body')
@if($purchaseDetails->isRegularLicense())

{{__('Notice!')}} {{__('You current license type is Regular. While all the functionality is made available, Escrow Fees will not be charged on any trade. An Extended License or greater is required to enable this.')}}

@endif

{{__('Active Offers')}}

{{__('Total active offers')}}

{{$statistics->get('offers_count')}}

{{__('Total Trades')}}

{{__('All counts of trade')}}

{{$statistics->get('trades_count')}}

{{__('Registered Users')}}

{{__('Total registered users')}}

{{$statistics->get('users_count')}}

{{__('Net Revenue')}}

{{__('Total worth of fees')}}

{{$statistics->get('sum_revenue')}}

{{__('Revenue')}}

{{__('Total Fees Charged')}}

{{$escrow_wallet->get('btc')['total']}} BTC

{{$escrow_wallet->get('btc')['price']}}

Bitcoin

{{$escrow_wallet->get('dash')['total']}} DASH

{{$escrow_wallet->get('dash')['price']}}

Dash

{{$escrow_wallet->get('ltc')['total']}} LTC

{{$escrow_wallet->get('ltc')['price']}}

Litecoin

{{__('REALTIME STATISTICS')}}

{{__('Activities & engagement chart.')}}

{{__('Visible Offers')}}

  • {{__('Visible')}}
  • {{__('Not Visible')}}
{{__('Completed Trades')}}

  • {{__('Total Disputed Trades')}}
{{__('Online Users')}}

  • {{__('Online')}}
  • {{__('Offline')}}
@endsection