@extends('merchant_admin.layouts.app')
@section('title', '商家后台仪表盘')
@section('page_title', '商家后台仪表盘')
@section('content')
当前商家:{{ $merchant->name }}({{ $merchant->slug }})。这里是商家运营视角后台,只展示当前商家范围内的数据。
缓存状态:当前仪表盘统计已接入缓存,缓存驱动 {{ $cacheMeta['store'] }},TTL {{ $cacheMeta['ttl'] }}。
商家用户
{{ $stats['users'] }}
商家商品
{{ $stats['products'] }}
商家订单
{{ $stats['orders'] }}
待处理订单
{{ $stats['pending_orders'] }}
@endsection