{{ $title }}

Generated on: {{ now()->format('d M Y H:i') }}  •  Total: {{ $licenses->count() }} records

@foreach($licenses as $lic) @endforeach
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) }}