@extends('layouts.admin') @section('title', 'Members Report') @section('page-title', 'Members Report') @section('page-subtitle', 'Member statistics and demographics') @section('content')
Total Members
{{ number_format($stats['total'] ?? 0) }}
Active Members
{{ number_format($stats['active'] ?? 0) }}
New This Month
{{ number_format($stats['new_this_month'] ?? 0) }}
Inactive
{{ number_format($stats['inactive'] ?? 0) }}
{{ number_format($count) }}
{{ $status }}
{{ $genderStats['male'] ?? 0 }}
Male
{{ $genderStats['female'] ?? 0 }}
Female