@extends('master') @section('title')List Tokens « Admin CP « @stop @section('content')
No tokens have been issued.
@else| Client | Scope | Issued | Status | Action |
|---|---|---|---|---|
| {{ $token->client_id }} | @foreach(explode(' ', $token->scope) as $scope) {{ $scope }} @endforeach | @if($token->isRevoked) Revoked {{ $token->revoked_at->diffForHumans() }} @else Active @endif | @unless($token->isRevoked) @endunless |