Generated on: {{ now()->format('d M Y H:i') }} • Total: {{ $licenses->count() }} records
| License Key | Customer | Type | Issue Date | Expiry Date | Max Users | Status |
|---|---|---|---|---|---|---|
| {{ $lic->license_key }} | {{ $lic->customer?->company_name }} | {{ ucfirst($lic->license_type) }} | {{ $lic->issue_date?->format('d M Y') }} | {{ $lic->expiry_date?->format('d M Y') ?? 'Lifetime' }} | {{ $lic->max_users }} | {{ ucfirst($lic->status) }} |