```php InlineSelect::make(__('Status'), 'status') ->options([...]) ->exceptOnForms() ->inlineOnIndex()->inlineOnDetail(), ```