@extends('layouts.principal') @section('titulo', 'Admin - Licenças - MNGD Sistemas') @section('conteudo')
Visualize e gerencie todas as licenças
| ID | Cliente | Produto | Status | Validade | Chave | Ações |
|---|---|---|---|---|---|---|
| {{ $licenca->id }} | {{ $licenca->cliente->nome }} | {{ $licenca->produto->nome }} | {{ ucfirst($licenca->status) }} | @if($licenca->license_ends_at) {{ $licenca->license_ends_at->format('d/m/Y') }} @else N/A @endif |
{{ substr($licenca->chave ?? $licenca->license_key ?? 'N/A', 0, 20) }}...
|
|
| Nenhuma licença encontrada | ||||||