@extends('admin.layouts.app') @section('title', 'User Analytics') @section('page-title', 'User Analytics') @section('content')

User Growth (Last 30 Days)

Chart data available: {{ count($userGrowthChart['labels']) }} days

{{ json_encode($userGrowthChart, JSON_PRETTY_PRINT) }}
@endsection