@aware(['component']) @php $theme = $component->getTheme(); @endphp {{--@if ($theme === 'tailwind')--}} {{--
--}} {{--
--}} {{-- @if ($component->reorderIsEnabled())--}} {{-- --}} {{-- @if ($component->currentlyReorderingIsEnabled())--}} {{-- @lang('Done Reordering')--}} {{-- @else--}} {{-- @lang('Reorder')--}} {{-- @endif--}} {{-- --}} {{-- @endif--}} {{-- @if ($component->searchIsEnabled() && $component->searchVisibilityIsEnabled())--}} {{--
--}} {{-- getSearchOptions() }}="{{ $component->getTableName() }}.search"--}} {{-- placeholder="{{ __('Search') }}"--}} {{-- type="text"--}} {{-- class="block w-full border-gray-300 rounded-md shadow-sm transition duration-150 ease-in-out sm:text-sm sm:leading-5 dark:bg-gray-700 dark:text-white dark:border-gray-600 @if ($component->hasSearch()) rounded-none rounded-l-md focus:ring-0 focus:border-gray-300 @else focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md @endif"--}} {{-- />--}} {{-- @if ($component->hasSearch())--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{--
--}} {{-- @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="relative block md:inline-block text-left"--}} {{-- >--}} {{--
--}} {{-- 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())--}} {{-- --}} {{-- @foreach($component->getFilters() as $filter)--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endforeach--}} {{-- @if ($component->hasAppliedFiltersWithValues())--}} {{-- --}} {{-- @endif--}} {{--
--}} {{-- @endif--}} {{--
--}} {{-- @endif--}} {{-- --}} {{--
--}} {{-- @if ($component->showBulkActionsDropdown())--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- @lang('Bulk Actions')--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- @endif--}} {{-- @if ($component->columnSelectIsEnabled())--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- @lang('Columns')--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @endif--}} {{-- @if ($component->paginationIsEnabled() && $component->perPageVisibilityIsEnabled())--}} {{--
--}} {{-- --}} {{-- @foreach ($component->getPerPageAccepted() as $item)--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
--}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- @if ($component->filtersAreEnabled() && $component->filtersVisibilityIsEnabled() && $component->hasFilters() && $component->isFilterLayoutSlideDown())--}} {{-- --}} {{--
--}} {{-- @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())--}} {{--
--}} {{-- getSearchOptions() }}="{{ $component->getTableName() }}.search"--}} {{-- placeholder="{{ __('Search') }}"--}} {{-- type="text"--}} {{-- class="form-control"--}} {{-- >--}} {{-- @if ($component->hasSearch())--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}} {{--
--}} {{-- @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())--}} {{-- --}} {{-- @foreach($component->getFilters() as $filter)--}} {{--
--}} {{-- --}} {{-- {{ $filter->render($component) }}--}} {{--
--}} {{-- @endforeach--}} {{-- @if ($component->hasAppliedFiltersWithValues())--}} {{-- --}} {{-- --}} {{-- @lang('Clear')--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @if ($component->showBulkActionsDropdown())--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}} {{-- @if ($component->columnSelectIsEnabled())--}} {{--
--}} {{-- --}} {{-- --}} {{-- @lang('Columns')--}} {{-- --}} {{-- --}} {{-- @foreach($component->getColumns() as $column)--}} {{-- @if ($column->isVisible() && $column->isSelectable())--}} {{--
--}} {{-- --}} {{-- --}} {{-- {{ $column->getTitle() }}--}} {{-- --}} {{--
--}} {{-- @endif--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- --}} {{-- @endif--}} {{-- @if ($component->paginationIsEnabled() && $component->perPageVisibilityIsEnabled())--}} {{--
--}} {{-- --}} {{-- @foreach ($component->getPerPageAccepted() as $item)--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
--}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- @if ($component->filtersAreEnabled() && $component->filtersVisibilityIsEnabled() && $component->hasFilters() && $component->isFilterLayoutSlideDown())--}} {{-- --}} {{--
--}} {{--
--}} {{-- @foreach($component->getFilters() as $filter)--}} {{--
--}} {{-- --}} {{-- {{ $filter->render($component) }}--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- --}} {{-- @endif--}} {{--@elseif ($theme === 'bootstrap-5')--}} --}} {{-- @endif--}} @if ($component->showFilterOnHeader == true) @include($component->FilterComponent[0], ['filterHeads' => [$component->FilterComponent[1] , isset($component->FilterComponent[2]) ? $component->FilterComponent[2] : '']] ) @endif @if ($component->showButtonOnHeader) @include($component->buttonComponent) @endif {{-- --}} {{-- @if ($component->filtersAreEnabled() && $component->filtersVisibilityIsEnabled() && $component->hasFilters() && $component->isFilterLayoutSlideDown())--}} {{-- --}} {{--
--}} {{--
--}} {{-- @foreach($component->getFilters() as $filter)--}} {{--
--}} {{-- --}} {{-- {{ $filter->render($component) }}--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- --}} {{-- @endif--}} {{--@endif--}}