@if (@count($categories ?? []) > 0) @include('pages.settings.sections.knowledgebase.table.ajax')
{{ cleanLang(__('lang.name')) }} @lang('lang.type') {{ cleanLang(__('lang.articles')) }} {{ cleanLang(__('lang.visible_to')) }} {{ cleanLang(__('lang.created_by')) }} {{ cleanLang(__('lang.action')) }}
@endif @if (@count($categories ?? []) == 0) @include('notifications.no-results-found') @endif @if(config('system.settings_type') == 'standalone')
{{ cleanLang(__('lang.help_documentation')) }}
@endif