License Details

Edit
@csrf @method('DELETE')
@if (session('status'))
{{ session('status') }}
@endif
License Key
{{ $license->key }}
Customer
{{ $license->customer_name ?: '—' }}
{{ $license->customer_email }}
Activations
{{ $license->activations->count() }} / {{ $license->max_activations }}
Expires
{{ $license->expires_at?->format('Y-m-d') ?? 'Never' }}
Created
{{ $license->created_at->format('Y-m-d') }}
Features
@foreach ($license->resolvedFeatures() as $feature => $enabled) {{ ucwords(str_replace('_', ' ', $feature)) }} @endforeach
@if ($license->notes)
Notes

{{ $license->notes }}

@endif
Activated Sites
@forelse ($license->activations as $activation) @empty @endforelse
Domain Plugin / WP Version Activated Last Checked
{{ $activation->domain }} @if ($activation->site_url)
{{ $activation->site_url }}
@endif
{{ $activation->plugin_version ?: '—' }} / {{ $activation->wp_version ?: '—' }} {{ $activation->created_at->format('Y-m-d H:i') }} {{ $activation->last_checked_at?->diffForHumans() ?? 'Never' }}
@csrf @method('DELETE')
No sites have activated this license yet.