@if (@count($webforms ?? []) > 0) @include('pages.settings.sections.webforms.table.ajax')
@lang('lang.title') @lang('lang.date_created') @lang('lang.created_by') @lang('lang.assigned') @lang('lang.actions')
@if(config('system.settings_type') == 'standalone')
{{ cleanLang(__('lang.help_documentation')) }}
@endif @endif @if (@count($webforms ?? []) == 0) @include('notifications.no-results-found') @endif