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