- {!! __('tabs.details') !!}
- {!! __('tabs.apiKeys') !!} @dispatchEvent('tabs')
Generate API Key
@dispatchEvent('tabsContent')
-
@foreach ($apiKeys as $apiKey)
-
{{ $apiKey['firstname'] }}
lt_{{ $apiKey['username'] }}*** | {!! __('labels.created_on') !!}: {{ format($apiKey['createdOn'])->date() }} | {!! __('labels.last_used') !!}: {{ format($apiKey['lastlogin'])->date() }}
@endforeach