{{ t('webhook_integrations') }}
{{ t('system_setting') }}
{{ t('webhook_integrations') }} {{ t('webhook_integrations_description') }}

{{ t('enable_webhook_access') }}

*

{{ t('webhook_url') }}

{{ t('webhook_abilities') }}

{{ t('default_permissions_for_webhook_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