@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')}} : {{\Auth::user()->priceFormat($user['total_orders_price'])}}
{{__('Total Plans')}}

{{$user->total_plan}}

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

{{__('Recent Order')}}

@endsection