@extends('layouts.admin') @section('title', __('API')) @section('page-title', __('API')) @section('content')
| {{ __('Name') }} | {{ __('Last used') }} | {{ __('Actions') }} |
|---|---|---|
| {{ $token->name }} | {{ $token->last_used_at ? $token->last_used_at->diffForHumans() : __('Never') }} | |
| {{ __('No API keys yet.') }} | ||