@extends('backend.layouts.split')
@section('title', __('Api Client') . ' | ' . app_name())
@section('content')
| # |
Name |
Token |
Rate Limit |
Last used at |
Status |
@lang('labels.general.actions') |
@foreach ($model as $value)
| {{ $value->id }} |
{{ $value->name }} |
{{ $value->token }}
••••••••••••••••
|
{{ $value->rate_limit }} |
|
{!! $value->active ? 'Active' : 'Not Active' !!} |
|
@endforeach
@endsection