@aware([ 'tableName','isTailwind','isBootstrap','isBootstrap4','isBootstrap5']) @if ($this->filtersAreEnabled() && $this->filterPillsAreEnabled() && $this->hasAppliedVisibleFiltersForPills())
$isTailwind, 'mb-3' => $isBootstrap, ]) x-cloak x-show="!currentlyReorderingStatus"> $isTailwind, '' => $isBootstrap, ])> {{ __($this->getLocalisationPath.'Applied Filters') }}: @foreach($this->getAppliedFiltersWithValues() as $filterSelectName => $value) @php($filter = $this->getFilterByKey($filterSelectName)) @continue(is_null($filter) || $filter->isHiddenFromPills()) @php( $filterPillTitle = $filter->getFilterPillTitle()) @php( $filterPillValue = $filter->getFilterPillValue($value)) @php( $separator = method_exists($filter, 'getPillsSeparator') ? $filter->getPillsSeparator() : ', ') @continue((is_array($filterPillValue) && empty($filterPillValue))) @if ($filter->hasCustomPillBlade()) @include($filter->getCustomPillBlade(), ['filter' => $filter]) @else @endif @endforeach
@endif