@extends('layouts.app') @section('title', 'Renewal Due') @section('breadcrumb')
| License Key | Customer | Expiry Date | Days Left | Actions |
|---|---|---|---|---|
{{ $lic->license_key }} |
{{ $lic->customer?->company_name }} | {{ $lic->expiry_date?->format('d M Y') }} | {{ $lic->days_until_expiry }} days | Renew |