@forelse($apiKeys as $key) @empty @endforelse
Name Status Created Last used Disable/Enable Action
{{ $key->created_at->format('M d, Y') }} {{ $key->last_used_at ? $key->last_used_at->format('m/d/Y, h:i:s A') : 'Never' }}
@if(request('search')) No API keys found matching "{{ request('search') }}". @else No API keys found. Generate one to get started. @endif
@if($apiKeys->hasPages())
{{ $apiKeys->links() }}
@endif