@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Statistics @endsection @section('content')

Statistics

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif

{{number_format($total_users,0)}}

User Accounts

{{number_format($total_escort_accounts,0)}}

Escorts Accounts

{{number_format($total_profile,0)}}

Profiles

{{number_format($total_active_subscriptions,0)}}

Active Subscriptions

{{number_format($total_revenue,2)}}

Earnings (Subscription + Auction)

Revenue of the month (Subscription + Auction)

{{number_format($total_revenue_monthly,2)}}

REVENUE THIS MONTH

Subscriptions of the month

@endsection @section('custom_js') @endsection