JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@extends('layouts.admin') @section('page-title') {{ __('Dashboard') }} @endsection {{-- @section('breadcrumb') @endsection --}} @php $admin_payment_setting = App\Models\Utility::getAdminPaymentSetting(); @endphp @section('content')

{{ __('Total Users') }} : {{$user->total_user}}

{{ __('Paid Users') }}

{{$user['total_paid_user'] }}

{{ __('Total Orders') }}:{{ $user->total_orders}}

{{ __('Total Order Amount') }}

{{ (!empty($admin_payment_setting['currency_symbol']) ? $admin_payment_setting['currency_symbol'] : '$') . $user['total_orders_price'] }}

{{ __('Total Plan') }}: {{$user['total_plan']}}

{{ __('Most Purchase Plan') }}

{{ $user['most_purchese_plan'] }}

{{ __('Recent Order') }}
@endsection @push('script-page') @endpush