@extends('layouts.app') @section('content')

Total

{{ $stats['total'] }}

Active

{{ $stats['active'] }}

Expired

{{ $stats['expired'] }}

Suspended

{{ $stats['suspended'] }}

Revoked

{{ $stats['revoked'] }}

New
@forelse($licenses as $license) @empty @endforelse
License Key Actions
{{ $license->key }}

No licenses found

{{ $licenses->links() }}
@endsection