{{ t('api_integration_and_access') }}
{{ t('system_setting') }}
{{ 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('tenant_subdomain') }}

{{ t('copy') }}

{{ t('example_api_endpoint') }}

{{ t('copy') }}

{{ t('token_abilities') }}

{{ t('these_are_the_default_permissions_for_api_access') }}

{{ t('contacts') }}

{{ t('contacts_create') }} {{ t('contacts_read') }} {{ t('contacts_update') }} {{ t('contacts_delete') }}

{{ t('statuses') }}

{{ t('status_create') }} {{ t('status_read') }} {{ t('status_update') }} {{ t('status_delete') }}

{{ t('sources') }}

{{ t('source_create') }} {{ t('source_read') }} {{ t('source_update') }} {{ t('source_delete') }}

{{ t('templates') }}

{{ t('template_read') }}

{{ t('message_bots') }}

{{ t('message_bot_read') }}

{{ t('template_bots') }}

{{ t('template_bot_read') }}

{{ t('groups') }}

{{ t('group_create') }} {{ t('group_read') }} {{ t('group_update') }} {{ t('group_delete') }}

{{ t('message_sending') }}

{{ t('simple_message_send') }} {{ t('media_message_send') }} {{ t('template_message_send') }}
@if (session()->has('success'))

{{ session('Success') }}

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