© 2026 Hedgehog Software, LLC
SelectFilter::make('place.country.code') ->label(__('Country')) ->options(fn () => Country::pluck('name', 'code')->toArray()) ->multiple() ->searchable() ->preload(),