Total Licenses
{{ number_format($stats['total']) }}
Active Licenses
{{ number_format($stats['active']) }}
Expired Licenses
{{ number_format($stats['expired']) }}
Monthly Revenue
${{ number_format($stats['revenue'] / 1000, 1) }}K
License Activity
Daily license creation trend (Last 7 days)
Status Distribution
Recent Licenses
Latest license activations and updates
| License Key | Customer | Product | Plan | Status | Expires | Actions |
|---|---|---|---|---|---|---|
| {{ substr($license->license_key, 0, 4) }}-****-****-{{ substr($license->license_key, -4) }} |
{{ strtoupper(substr($license->customer_name, 0, 1)) }}{{ strtoupper(substr(explode(' ', $license->customer_name)[1] ?? 'X', 0, 1)) }}
{{ $license->customer_name }} {{ $license->customer_email }} |
{{ $license->product_name }} | {{ ucfirst($license->plan_type) }} | @if($license->expired_at && $license->expired_at < now()) Expired @elseif($license->status === 'active') Active @elseif($license->status === 'suspended') Suspended @else Inactive @endif | {{ $license->expired_at ? $license->expired_at->format('M d, Y') : 'N/A' }} | Edit View |
|
No licenses found Get started by creating your first license |
||||||
Showing {{ $recentLicenses->count() }} of {{ $stats['total'] }} licenses