@aware(['component'])
@php
$theme = $component->getTheme();
@endphp
@if ($component->hasConfigurableAreaFor('before-toolbar'))
@include(
$component->getConfigurableAreaFor('before-toolbar'),
$component->getParametersForConfigurableArea('before-toolbar'))
@endif
@if ($theme === 'tailwind')
@if ($component->hasConfigurableAreaFor('toolbar-left-start'))
@include(
$component->getConfigurableAreaFor('toolbar-left-start'),
$component->getParametersForConfigurableArea('toolbar-left-start'))
@endif
@if ($component->reorderIsEnabled())
@endif
@if ($component->searchIsEnabled() && $component->searchVisibilityIsEnabled())
@endif
@if ($component->filtersAreEnabled() && $component->filtersVisibilityIsEnabled() && $component->hasVisibleFilters())
isFilterLayoutPopover()) x-data="{ open: false }"
x-on:keydown.escape.stop="open = false"
x-on:mousedown.away="open = false" @endif
class="relative block md:inline-block text-left">
@if ($component->isFilterLayoutPopover())
@foreach ($component->getFilters() as $filter)
@if ($filter->isVisibleInMenus())
{{ $filter->render($component) }}
@endif
@endforeach
@if ($component->hasAppliedVisibleFiltersWithValuesThatCanBeCleared())
@endif
@endif
@endif
@if ($component->hasConfigurableAreaFor('toolbar-left-end'))
@include(
$component->getConfigurableAreaFor('toolbar-left-end'),
$component->getParametersForConfigurableArea('toolbar-left-end'))
@endif
@if ($component->hasConfigurableAreaFor('toolbar-right-start'))
@include(
$component->getConfigurableAreaFor('toolbar-right-start'),
$component->getParametersForConfigurableArea('toolbar-right-start'))
@endif
@if ($component->showBulkActionsDropdown())
@foreach ($component->getBulkActions() as $action => $title)
@endforeach
@endif
@if ($component->columnSelectIsEnabled())
@foreach ($component->getColumns() as $column)
@if ($column->isVisible() && $column->isSelectable())
@endif
@endforeach
@endif
@if ($component->paginationIsEnabled() && $component->perPageVisibilityIsEnabled())
@endif
@if ($component->hasConfigurableAreaFor('toolbar-right-end'))
@include(
$component->getConfigurableAreaFor('toolbar-right-end'),
$component->getParametersForConfigurableArea('toolbar-right-end'))
@endif
@if (
$component->filtersAreEnabled() &&
$component->filtersVisibilityIsEnabled() &&
$component->hasVisibleFilters() &&
$component->isFilterLayoutSlideDown())
@if ($component->hasConfigurableAreaFor('toolbar-left-start'))
@include(
$component->getConfigurableAreaFor('toolbar-left-start'),
$component->getParametersForConfigurableArea('toolbar-left-start'))
@endif
@if ($component->reorderIsEnabled())
@endif
@if ($component->searchIsEnabled() && $component->searchVisibilityIsEnabled())
@endif
@if ($component->filtersAreEnabled() && $component->filtersVisibilityIsEnabled() && $component->hasVisibleFilters())
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">
@if ($component->isFilterLayoutPopover())
@endif
@endif
@if ($component->hasConfigurableAreaFor('toolbar-left-end'))
@include(
$component->getConfigurableAreaFor('toolbar-left-end'),
$component->getParametersForConfigurableArea('toolbar-left-end'))
@endif
@if ($component->hasConfigurableAreaFor('toolbar-right-start'))
@include(
$component->getConfigurableAreaFor('toolbar-right-start'),
$component->getParametersForConfigurableArea('toolbar-right-start'))
@endif
@if ($component->showBulkActionsDropdown())
@endif
@if ($component->columnSelectIsEnabled())
@endif
@if ($component->paginationIsEnabled() && $component->perPageVisibilityIsEnabled())
@endif
@if ($component->showButtonOnHeader)
@include($component->buttonComponent)
@endif
@if (
$component->filtersAreEnabled() &&
$component->filtersVisibilityIsEnabled() &&
$component->hasFilters() &&
$component->isFilterLayoutSlideDown())
@if ($component->reorderIsEnabled())
@endif
@if ($component->searchIsEnabled() && $component->searchVisibilityIsEnabled())
{{-- @if ($component->hasSearch()) --}}
{{--
--}}
{{-- @endif --}}
@endif
@if ($component->showBulkActionsDropdown())
@endif
@if ($component->columnSelectIsEnabled())
@endif
@if ($component->filtersAreEnabled() && $component->filtersVisibilityIsEnabled() && $component->hasFilters())
@if ($component->isFilterLayoutPopover())
@endif
@endif
@if ($component->showButtonOnHeader)
@include($component->buttonComponent)
@endif
@if (
$component->filtersAreEnabled() &&
$component->filtersVisibilityIsEnabled() &&
$component->hasFilters() &&
$component->isFilterLayoutSlideDown())