@extends('layouts.app') @section('title', 'Active Licenses Report') @section('breadcrumb')
| License Key | Customer | Type | Issue Date | Expiry Date | Users | Servers |
|---|---|---|---|---|---|---|
{{ $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 }} | {{ $lic->max_servers }} |