@extends('admin::layouts.master') @section('title', __('admin/common.admin_panel')) @section('body-class', 'admin-home') @push('header') @endpush @section('content')
{{ __('admin/dashboard.product_total') }} {{ __('admin/dashboard.yesterday') }}
{{ $products['total'] }}
{{ $products['percentage'] }}% {{ __('admin/dashboard.day_before') }}
{{ __('admin/dashboard.order_total') }} {{ __('admin/dashboard.yesterday') }}
{{ $orders['total'] }}
{{ $orders['percentage'] }}% {{ __('admin/dashboard.day_before') }}
{{ __('admin/dashboard.customer_new') }} {{ __('admin/dashboard.yesterday') }}
{{ $customers['total'] }}
{{ $customers['percentage'] }}% {{ __('admin/dashboard.day_before') }}
{{ __('admin/dashboard.order_amount') }} {{ __('admin/dashboard.yesterday') }}
{{ $order_totals['total'] }}
{{ $order_totals['percentage'] }}% {{ __('admin/dashboard.day_before') }}
{{ __('admin/dashboard.order_report') }}
@if (0)
客户统计
注册来源
@endif @endsection @push('footer') @endpush