@if (@count($items ?? []) > 0) @if(config('visibility.items_col_checkboxes')) @endif @if(config('visibility.items_col_category')) @endif @if(config('visibility.items_col_action')) @endif @include('pages.items.components.table.ajax')
{{ cleanLang(__('lang.description')) }} {{ cleanLang(__('lang.rate')) }} {{ cleanLang(__('lang.unit')) }} {{ cleanLang(__('lang.category')) }} @lang('lang.number_sold') @lang('lang.amount_sold') {{ cleanLang(__('lang.action')) }}
@include('misc.load-more-button')
@endif @if (@count($items ?? []) == 0) @include('notifications.no-results-found') @endif