@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif
{{ __('API Keys Management') }}
@foreach ($apiKeys as $apiKey) @endforeach
{{ __('ID') }} {{ __('Key') }} {{ __('Device') }} {{ __('Created At') }} {{ __('Updated At') }} {{ __('Action') }}
{{ $apiKey->id }} {{ $apiKey->key }} {{ $apiKey->device->body ?? 'N/A' }} {{ $apiKey->created_at->format('d M Y') }} {{ $apiKey->updated_at->format('d M Y') }}
@csrf @method('DELETE')