@php $title = admin_trans('store_performance_report'); $icon = 'activity'; $stats = [ ['label' => 'Total Stores', 'value' => number_format($totalStores), 'icon' => 'store', 'color' => 'primary'], ['label' => 'Active Stores', 'value' => number_format($activeStores), 'icon' => 'check-circle', 'color' => 'success'], ['label' => 'Featured Stores', 'value' => number_format($featuredStores), 'icon' => 'star', 'color' => 'warning'], ['label' => 'Total Followers', 'value' => number_format($totalFollowers), 'icon' => 'users', 'color' => 'secondary'] ]; @endphp @extends('admin.analytics.base') @section('analytics-content')