@extends('admin.layout') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('page-description', 'Overview of your professional dating platform') @section('content')
Total Users
{{ number_format($stats['users']['total']) }}
+{{ $stats['users']['new_today'] }} today
Active Users
{{ number_format($stats['users']['active']) }}
{{ number_format($stats['users']['verified']) }} verified
Total Revenue
₹{{ number_format($stats['revenue']['total'], 2) }}
₹{{ number_format($stats['revenue']['today'], 2) }} today
Total Matches
{{ number_format($stats['matches']['total']) }}
{{ number_format($stats['matches']['mutual']) }} mutual
{{ $activity['message'] }}