Here's what's happening with your plugin licensing system today.
| Domain | Event | Status | Time |
|---|---|---|---|
| {{ $log->domain ?? 'Unknown' }} | {{ strtoupper($log->event) }} | @php $resp = json_decode($log->response_data, true); @endphp @if(($resp['status'] ?? '') == 'valid') SUCCESS @else FAILED @endif | {{ $log->created_at->diffForHumans() }} |