@extends('layouts.app') @section('title', 'API Clients') @php use Illuminate\Support\Str; @endphp @section('breadcrumb')
Name | Status | Rate Limit | Last Used | Created | Actions |
---|---|---|---|---|---|
{{ $client->name }}
@if($client->description)
{{ Str::limit($client->description, 50) }} @endif |
@if($client->is_active) Active @else Inactive @endif | {{ $client->rate_limit ?? 'Unlimited' }} @if($client->rate_limit) /min @endif | {{ $client->last_used_at ? $client->last_used_at->format('M d, Y') : 'Never' }} | {{ $client->created_at->format('M d, Y') }} |