@extends('layouts.app') @section('title', 'API Keys') @section('page-title', 'API Keys') @section('content')
| Name | Key | Status | Last Used | Expires | Actions |
|---|---|---|---|---|---|
| {{ $key->name }} | {{ Str::limit($key->key, 20) }} |
{{ $key->isValid() ? 'Active' : 'Expired' }} | {{ $key->last_used_at?->diffForHumans() ?? 'Never' }} | {{ $key->expires_at?->format('M d, Y') ?? 'Never' }} | |
| No API keys yet | |||||