@if (@count($sources ?? []) > 0) @include('pages.settings.sections.sources.table.ajax')
{{ cleanLang(__('lang.name')) }} {{ cleanLang(__('lang.date_created')) }} {{ cleanLang(__('lang.created_by')) }} {{ cleanLang(__('lang.action')) }}
@include('misc.load-more-button')
@endif @if (@count($sources ?? []) == 0) @include('notifications.no-results-found') @endif
@if(config('system.settings_type') == 'standalone') {{ cleanLang(__('lang.help_documentation')) }} @endif