@extends('layouts.smartadmin.main') @section('title') @lang('Account') • @lang('API Tokens') @endsection @section('content')
{{ __('You may delete any of your existing tokens if they are no longer needed.') }}
Name | Last Used | Action |
---|---|---|
{{ $token->name }} | @if ($token->last_used_at) {{ __('Last used') }} {{ $token->last_used_at->diffForHumans() }} @else Never @endif |