© 2026 Hedgehog Software, LLC
SelectFilter::make('employee')->relationship('employee', 'name')
formatStateUsing()
->getOptionLabelFromRecordUsing(fn (Employee $record) => "{$record->id} {$record->name}")