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