@extends('admin.layouts.app') @section('title', 'User Analytics') @section('page-title', 'User Analytics') @section('content')
Chart data available: {{ count($userGrowthChart['labels']) }} days
{{ json_encode($userGrowthChart, JSON_PRETTY_PRINT) }}