--}}
{{-- @foreach($component->getFilters() as $filter)--}}
{{--
--}}
{{-- --}}
{{-- {{ $filter->render($component) }}--}}
{{--
--}}
{{-- @endforeach--}}
{{--
--}}
{{-- --}}
{{-- @endif--}}
{{--@elseif ($theme === 'bootstrap-4')--}}
{{-- --}}
{{--
--}}
{{-- @if ($component->reorderIsEnabled())--}}
{{--
--}}
{{-- --}}
{{-- @if ($component->currentlyReorderingIsEnabled())--}}
{{-- @lang('Done Reordering')--}}
{{-- @else--}}
{{-- @lang('Reorder')--}}
{{-- @endif--}}
{{-- --}}
{{--
--}}
{{-- @endif--}}
{{-- @if ($component->searchIsEnabled() && $component->searchVisibilityIsEnabled())--}}
{{--
--}}
{{-- @endif--}}
{{-- @if ($component->filtersAreEnabled() && $component->filtersVisibilityIsEnabled() && $component->hasFilters())--}}
{{--
--}}
{{--
isFilterLayoutPopover())--}}
{{-- x-data="{ open: false }"--}}
{{-- x-on:keydown.escape.stop="open = false"--}}
{{-- x-on:mousedown.away="open = false"--}}
{{-- @endif--}}
{{-- class="btn-group d-block d-md-inline"--}}
{{-- >--}}
{{-- --}}
{{-- isFilterLayoutPopover())--}}
{{-- x-on:click="open = !open"--}}
{{-- aria-haspopup="true"--}}
{{-- x-bind:aria-expanded="open"--}}
{{-- aria-expanded="true"--}}
{{-- @endif--}}
{{-- @if ($component->isFilterLayoutSlideDown())--}}
{{-- x-on:click="filtersOpen = !filtersOpen"--}}
{{-- @endif--}}
{{-- >--}}
{{-- @lang('Filters')--}}
{{-- @if ($component->hasAppliedFiltersWithValues())--}}
{{-- --}}
{{-- {{ $component->getAppliedFiltersWithValuesCount()}}--}}
{{-- --}}
{{-- @endif--}}
{{-- --}}
{{-- --}}
{{--
--}}
{{-- @if ($component->isFilterLayoutPopover())--}}
{{-- --}}
{{--
--}}
{{-- @endif--}}
{{--
--}}
{{-- --}}
{{-- @if ($component->showBulkActionsDropdown())--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{-- --}}
{{--
--}}
{{--
--}}
{{-- @endif--}}
{{-- @if ($component->columnSelectIsEnabled())--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{-- @lang('Columns')--}}
{{-- --}}
{{-- --}}
{{--
--}}
{{-- --}}
{{-- @endif--}}
{{-- @if ($component->paginationIsEnabled() && $component->perPageVisibilityIsEnabled())--}}
{{--