{{ __('Provider Credentials Details') }}

Edit Back to List

Basic Information

{{ $credential->user->name }}
{{ $credential->user->email }}
{{ ucfirst($credential->provider) }}
{{ $credential->organization_id ?? 'Not set' }}
@if($credential->is_active) โœ“ Active @else โœ— Inactive @endif
{{ $credential->created_at->format('M d, Y H:i') }}
{{ $credential->created_at->diffForHumans() }}
@if($credential->last_used_at) {{ $credential->last_used_at->format('M d, Y H:i') }}
{{ $credential->last_used_at->diffForHumans() }}
@else Never used @endif

Usage Statistics

Total Requests
{{ number_format($stats['total_requests']) }}
Total Cost
${{ number_format($stats['total_cost'], 2) }}
Total Tokens
{{ number_format($stats['total_tokens']) }}
Last 30 Days
{{ number_format($stats['last_30_days_requests']) }}

Security Information

๐Ÿ”’
Encryption Status
API key is encrypted using AES-256-CBC encryption
๐Ÿ”‘
API Key Format
{{ $credential->provider }}-********************* (hidden for security)
๐Ÿ“Š
Usage Tracking
All requests using this credential are logged and tracked

Actions

โœ๏ธ Edit Credentials
@csrf @method('DELETE')
@push('scripts') @endpush