@extends('layouts.admin') @section('page-title') {{__('Dashboard')}} @endsection @push('theme-script') @endpush @push('script-page') @endpush @section('content')
{{__('Total Users')}}

{{$user->total_user}}

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

{{$user->total_orders}}

{{__('Total Order Amount')}} : {{env('CURRENCY_SYMBOL')}}{{$user['total_orders_price']}}
{{__('Total Plans')}}

{{$user->total_plan}}

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

{{__('Recent Order')}}

@endsection