@extends('master-admin') @section('content')
@if(session('success'))
{{ session('success') }}
@elseif(session('error'))
{{ session('error') }}
@endif
{{ $totalUsers ?? 0 }}
Total Users
{{ $activeShortUrls ?? 0 }}
Active Short URLs
{{ $pendingApprovals ?? 0 }}
Pending Approvals
₹{{ number_format($totalRevenue ?? 0) }}
Total Revenue
{{ $usersToday ?? 0 }}
Users Registered Today
{{ $urlsToday ?? 0 }}
Short URLs Created Today
₹{{ number_format($revenueToday ?? 0) }}
Revenue Today
{{ $pendingPrefixes ?? 0 }}
Prefixes Awaiting Approval

User Growth (Last 6 Months)

Short URLs Created (Last 6 Months)

@stop @push('post_js') @endpush