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