@extends('layouts.admin') @section('title', 'License Details: ' . $license->license_key) @section('header_title', 'License Details: ' . Str::limit($license->license_key, 40)) @section('content')
{{ $license->license_key }}
{{ $license->managedScript->name ?? 'N/A' }}
{{ ucfirst($license->type) }}
{{ $license->customer_name ?: ($license->customer_email ?: 'N/A') }}
@if($license->customer_name && $license->customer_email){{ $license->customer_email }}
@endif{{ $license->purchase_code ?: 'N/A' }}
{{ $license->metadata['envato_license_type'] }}
{{ ucfirst($license->status) }}
{{ $license->current_activations }} / {{ $license->activation_limit == 0 ? 'Unlimited' : $license->activation_limit }}
{{ $license->expires_at ? $license->expires_at->format('M d, Y H:i') : 'Never' }}
{{ $license->supported_until ? $license->supported_until->format('M d, Y') : 'N/A' }}
{{ json_encode($license->metadata, JSON_PRETTY_PRINT) }}
No domains currently activated with this license.
@endif| Domain | IP Address | Status | Message | Date |
|---|---|---|---|---|
| {{ $log->activated_domain ?: '-' }} | {{ $log->ip_address ?: '-' }} | {{ ucfirst(str_replace('_', ' ', $log->status)) }} | {{ Str::limit($log->message, 50) ?: '-' }} | {{ $log->activated_at->format('M d, Y H:i') }} |
| No activation logs found for this license. | ||||