@extends('client-system::layouts.client') @section('title', 'User Statistics') @section('content')

User Statistics

User Registration Trends

@if(count($userRegistrationTrends) > 0)
@else

No registration data available

@endif

Tier Completion Trends

@if(count($tierCompletionTrends) > 0)
@else

No tier completion data available

@endif

User Progress Distribution

@if(count($userProgressDistribution) > 0)
@else

No progress distribution data available

@endif
View all reports →
@push('scripts') @endpush @endsection