How to get the select option label using $get?
From the code above, the slug prefix returns the 'id' of the category, of course....
But how to get the label instead of the value?
Select::make('category')->relationship('category', 'name')->reactive(),
TextInput::make('slug')->prefix(fn ($get) => $get('category').'/')