@if($tokens->count() === 0)
You have not created any personal access tokens.
@endif
@if($tokens->count() > 0)
Name |
Created |
Expires |
Delete |
@endif
@foreach($tokens as $token)
{{ $token->name }}
|
{{ $token->created_at }}
|
{{ $token->expires_at }}
|
|
@endforeach