@extends('admin.layout', ['title' => 'Licenses']) @section('content')
@if (session('generated_keys'))| Domain | License Domain | Key | Status | Max | Activations | Expires | Created | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $l->latestActivation?->domain ?? '-' }} | {{ $l->license_domain ?? '-' }} | {{ $l->key }} | {{ strtoupper($l->status) }} | {{ $l->max_activations }} | {{ $l->activations_count }} | {{ $l->expires_at ? $l->expires_at->format('Y-m-d') : '-' }} | {{ $l->created_at->format('Y-m-d H:i') }} | View |
| No licenses found. | ||||||||