dbfdg @extends('layouts.admin') @section('page-title') {{__('Dashboard')}} @endsection @push('theme-script') @endpush @push('script-page') @endpush @php $admin_payment_setting = Utility::getAdminPaymentSetting(); @endphp @section('content')
{{__('Total Companies')}}

{{$user->total_user}}

{{__('Paid Users')}} : {{$user['total_paid_user']}}
{{__('Total Orders')}}

{{$user->total_orders}}

{{__('Total Order Amount')}} : {{isset($admin_payment_setting['currency_symbol']) ? $admin_payment_setting['currency_symbol'] : '$'}}{{$user['total_orders_price']}}
{{__('Total Plans')}}

{{$user->total_plan}}

{{__('Most Purchase Plan')}} : {{$user['most_purchese_plan']}}

{{__('Recent Order')}}

@endsection