- </td>
- <td>{{ $token->expires_at->format('Y-m-d') ?? '' }}</td>
- <td class="text-right">
- <a class="button outline small" href="{{ $user->getEditUrl('/api-tokens/' . $token->id) }}">{{ trans('common.edit') }}</a>
- </td>
- </tr>
+ </div>
+ <div class="flex flex-container-row items-center min-width-m">
+ <div class="flex px-m py-xs text-muted">
+ <strong class="text-small">{{ trans('settings.users_api_tokens_expires') }}</strong> <br>
+ {{ $token->expires_at->format('Y-m-d') ?? '' }}
+ </div>
+ <div class="flex px-m py-xs text-right">
+ <a class="button outline small" href="{{ $user->getEditUrl('/api-tokens/' . $token->id) }}">{{ trans('common.edit') }}</a>
+ </div>
+ </div>
+ </div>