Generated: {{ now()->format('d M Y H:i') }} • {{ $licenses->count() }} licenses
| License Key | Customer | Type | Expiry Date | Days Left |
|---|---|---|---|---|
| {{ $lic->license_key }} | {{ $lic->customer?->company_name }} | {{ ucfirst($lic->license_type) }} | {{ $lic->expiry_date?->format('d M Y') }} | {{ $lic->days_until_expiry }} days |