@extends('layouts.app') @section('content')
{{ $license->purchase_code }} · {{ $license->status }} · expires {{ $license->expires_at?->toDateString() ?? 'never' }}| Domain | Installation ID | Status | Activated | Last verified | Version | |
|---|---|---|---|---|---|---|
| {{ $a->domain }} @if($a->is_dev)dev@endif | {{ $a->installation_id }} | {{ $a->status }} | {{ $a->activated_at->toDateTimeString() }} | {{ $a->last_verified_at?->diffForHumans() }} | {{ $a->app_version }} | @if($a->status === 'active')@endif |
| {{ $r->created_at }} | {{ $r->action }} | {{ $r->domain }} | {{ $r->result }} | {{ $r->ip_address }} |