@if (@count($folders ?? []) > 0) @include('pages.settings.sections.files.table.ajax')
@lang('lang.name') @lang('lang.date') @lang('lang.created_by') @lang('lang.actions')
@endif @if (@count($folders ?? []) == 0) @include('notifications.no-results-found') @endif