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

{{ t('please_copy_your_new_api_token_now') }}

@endif

{{ 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') }}
@if (session()->has('success'))

{{ session('Success') }}

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