- Created:
- {{ $apiKey->created_at->format('M d, Y g:i A') }}
- Last Used:
- {{ $apiKey->last_used_at ? $apiKey->last_used_at->format('M d, Y g:i A') : 'Never' }}
- Total Requests:
- {{ number_format($apiKey->request_count) }}
@if($apiKey->expires_at)
- Expires:
- {{ $apiKey->expires_at->format('M d, Y g:i A') }}
@endif