@extends('layouts.admin') @section('page-title') {{__('Dashboard')}} @endsection @push('theme-script') @endpush @push('script-page') @endpush @section('breadcrumb') {{--
{{ __('Paid Users') }} : {{$user['total_paid_user']}}
{{ __('Total Order Amount') }} : {{\Auth::user()->priceFormat($user['total_orders_price'])}}
{{ __('Most Purchase Plan') }} : {{$user['most_purchese_plan']}}