@extends('layouts.app') @section('title', 'Expired Licenses Report') @section('breadcrumb')
| License Key | Customer | Type | Expired On | Actions |
|---|---|---|---|---|
{{ $lic->license_key }} |
{{ $lic->customer?->company_name }} | {{ ucfirst($lic->license_type) }} | {{ $lic->expiry_date?->format('d M Y') }} | Renew |