@extends('dashboard.app') @section('title', 'API Keys') @section('page_title', 'API Keys') @section('page_subtitle', 'Create and manage access tokens for integrations.') @section('dashboard_content')
{{ $newKey }}
| Prefix | Name | Created | Last used | Actions |
|---|---|---|---|---|
| {{ $key->key_prefix }} | {{ $key->name ?? '—' }} | {{ $key->created_at?->toDateString() }} | {{ $key->last_used_at?->diffForHumans() ?? 'Never' }} | @if ($key->revoked_at) Revoked @else @endif |
| No API keys yet. | ||||