{{ __('Dashboard') }}

Hello, {{ explode(' ', Auth::user()->name)[0] }}!

Here's what's happening with your plugin licensing system today.

Total Customers
{{ $stats['total_customers'] }}
User database
Total Licenses
{{ $stats['total_licenses'] }}
Global pool
Active Now
{{ $stats['active_licenses'] }}
Verified status
API Validation
{{ $stats['total_hits'] }}
Real-time requests

Validation Traffic

Last 7 Days

License Distribution

Lifetime
Yearly
Others

Recent API Activity

View All
@foreach(\App\Models\Log::latest()->take(5)->get() as $log) @endforeach
Domain Event Status Time
{{ $log->domain ?? 'Unknown' }} {{ strtoupper($log->event) }} @php $resp = json_decode($log->response_data, true); @endphp @if(($resp['status'] ?? '') == 'valid') SUCCESS @else FAILED @endif {{ $log->created_at->diffForHumans() }}
@push('scripts') @endpush