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