@extends('layouts.admin') @section('title') Application API @endsection @section('content-header')

Application APIControl access credentials for managing this Panel via the API.

@endsection @section('content')

Credentials List

@foreach($keys as $key) @endforeach
Key Memo Last Used Created
{{ $key->identifier }}{{ $key->token }} {{ $key->memo }} @if(!is_null($key->last_used_at)) {{ $key->last_used_at }} @else — @endif {{ $key->created_at }}
@endsection @section('footer-scripts') @parent @endsection