@extends('layouts.app') @section('title', 'API Tokens') @section('breadcrumb')
Please copy your new token now. You won't be able to see it again!
Name | Client | Status | Last Used | Created | Actions |
---|---|---|---|---|---|
{{ $token->name }} | {{ $token->client->name }} | @if($token->is_revoked) Revoked @else Active @endif | {{ $token->last_used_at ? $token->last_used_at->diffForHumans() : 'Never' }} | {{ $token->created_at->format('Y-m-d H:i') }} | |
No API tokens found |