@extends('admin::layouts.master') @section('title', '后台管理') @push('header') @endpush @section('content')
{{ __('admin/dashboard.customer_view') }} {{ __('admin/dashboard.yesterday') }}
{{--
{{ __('admin/dashboard.customer_view') }}
--}}
{{ $product['total'] }}
{{--
--}}
-24 {{ __('admin/dashboard.day_before') }}
{{ __('admin/dashboard.order_total') }} {{ __('admin/dashboard.yesterday') }}
{{--
{{ __('admin/dashboard.order_total') }}
--}}
{{ $order['total'] }}
{{--
--}}
-21% {{ __('admin/dashboard.day_before') }}
{{ __('admin/dashboard.customer_new') }} {{ __('admin/dashboard.yesterday') }}
{{--
{{ __('admin/dashboard.customer_new') }}
--}}
{{ $customer['total'] }}
{{--
--}}
+30% {{ __('admin/dashboard.day_before') }}
{{ __('admin/dashboard.order_amount') }} {{ __('admin/dashboard.yesterday') }}
{{--
{{ __('admin/dashboard.order_amount') }}
--}}
{{ $total['total'] }}
{{--
--}}
+140% {{ __('admin/dashboard.day_before') }}
订单统计
客户统计
客户统计
@endsection @push('footer') @endpush