@use('Filament\Support\Facades\FilamentAsset') @php use function Filament\Support\prepare_inherited_attributes; $placeholder=$this->getConfigs()->getPlaceholder(); $hasCloseButton=$this->getConfigs()->hasCloseButton(); $isRetainRecentIfFavorite=$this->getConfigs()->isRetainRecentIfFavorite(); $maxItemsAllowed = $this->getConfigs()->getMaxItemsAllowed() ?? 10; $hasFooterView=$this->getConfigs()->hasFooterView(); $footerView=$this->getConfigs()->getFooterView(); $EmptyQueryView=$this->getConfigs()->getEmptyQueryView(); @endphp
@if ($hasCloseButton) @endif
getPanelId() . "_favorites_search"), maxItemsAllowed: @js( $maxItemsAllowed), retainRecentIfFavorite : @js($isRetainRecentIfFavorite) })" > @unless(empty($search)) @else
@unless (filled($EmptyQueryView))
@else
@endunless
@endunless
@if ($hasFooterView) @unless (filled($footerView)) @else {!! $footerView->render() !!} @endif @endif