@foreach([
['key' => 'total_revenue', 'label' => 'Total Revenue', 'icon' => '💰', 'format' => 'price', 'color' => 'orange'],
['key' => 'total_orders', 'label' => 'Total Orders', 'icon' => '📦', 'format' => 'number','color' => 'blue'],
['key' => 'total_products', 'label' => 'Active Products', 'icon' => '🏷️', 'format' => 'number','color' => 'purple'],
['key' => 'wallet_balance', 'label' => 'Wallet Balance', 'icon' => '💳', 'format' => 'price', 'color' => 'green'],
] as $stat)
@endforeach