@extends('layouts.app') @section('title', 'Renew License') @section('breadcrumb')
| Key | {{ $license->license_key }} |
| Customer | {{ $license->customer?->company_name }} |
| Type | {{ ucfirst($license->license_type) }} |
| Current Expiry | {{ $license->expiry_date?->format('d M Y') ?? 'Lifetime' }} |
| Status | {{ ucfirst($license->status) }} |