© 2026 Hedgehog Software, LLC
Select::make('author_id') ->label('Author') ->options(User::all()->pluck('name', 'id')) ->searchable()