{{__("Current API Keys")}}
{{__("Name")}} | {{__("Created")}} | {{__("Last Used")}} | |
---|---|---|---|
{{ $apiKey->name }} | {{ $apiKey->created_at->format('F j, Y') }} | @if(is_null($apiKey->last_used_at)){{ 'Never Used' }}@else{{ $apiKey->last_used_at->format('F j, Y') }}@endif |
{{__("This API Key can be used to gain an")}} access_token
, {{__("which can then be used to interact with the API.")}}
{{__("Are you sure you want to delete API Key:")}}
{{__("No API Keys Created Yet.")}}
@endif