@props([ 'results', ]) @php $plugin = $this->getConfigs(); @endphp
class([ 'flex-1 z-10 w-full mt-1 overflow-y-auto h-full shadow-lg transition', '[transform:translateZ(0)]', ]) }} > @if ($results->getCategories()->isEmpty()) @unless (filled($plugin->getNotFoundView()))

{{ __('filament-panels::global-search.no_results_message') }}

@else {!! $plugin->getNotFoundView()->render() !!} @endunless @else @if ($plugin->shouldShowTotalSearchCounts())
{{ __('total count: ') }} {{ $results->count() }}
@endif @endif