@extends('layouts.admin') @section('content')
Tools{{ $toolCount }}{{ $activeToolCount }} active
Licenses{{ $licenseCount }}{{ $activeLicenseCount }} active
Total activations{{ $activationCount }}All devices
Today{{ $todayActivations }}New activations
Live activity

Recent activations

View licenses
@forelse($recentActivations as $activation)
{{ $activation->tool->name }}{{ $activation->ip_address ?: 'Unknown IP' }} ยท {{ $activation->created_at->diffForHumans() }}
Verified
@empty
No activations yet.
@endforelse
Usage

Popular tools

Manage tools
@forelse($popularTools as $tool)
{{ $tool->name }}{{ $tool->slug }}
{{ $tool->activation_total }}
@empty
Upload a tool to start.
@endforelse
@endsection