{{ t('api_integration_and_access') }}
{{ t('system_settings') }}
{{ t('api_integration_and_access') }} {{ t('api_integration_and_access_description') }}

{{ t('enable_api_access') }}

{{ t('api_token') }}

{{ t('generate_new_token') }} @if ($currentToken) {{ t('copy') }} @endif
@if ($newTokenGenerated)

{{ t('please_copy_your_new_api_token_now') }}

@endif

{{ t('api_endpoint_information') }}

{{ t('api_base_url') }}

{{ t('copy') }}

{{ t('example_api_endpoint') }}

{{ t('copy') }}

{{ t('token_abilities') }}

{{ t('these_are_the_default_permissions_for_api_access') }}

{{ t('plan') }}

{{ t('plans_read') }}
@if (session()->has('success'))

{{ session('Success') }}

@endif
@if (checkPermission('system_settings.edit'))
{{ t('save_changes_button') }}
@endif