@php
$title = admin_trans('active_users');
$icon = 'user-check';
$stats = [['label' => 'Total Active Users', 'value' => number_format($totalActive), 'icon' => 'user-check', 'color' => 'success']];
@endphp
@extends('admin.analytics.base')
@section('analytics-content')
@if($data->isEmpty())
@endforeach