@extends('layouts.app') @section('content')
Issue license
@foreach($licenses as $l) @endforeach
KeyProductCustomerTypeStatusInstallsExpires
{{ $l->key_hint }}{{ $l->product->slug }}{{ $l->customer_name }}
{{ $l->customer_email }}
{{ $l->type }}{{ $l->status }}{{ $l->active_count }} / {{ $l->max_installations }}{{ $l->expires_at?->toDateString() ?? 'never' }}
{{ $licenses->links() }} @endsection