Disable resource form while editing but enable relation managers?
Is this possible without manually disabling each field? What would be the best approach for this?
->disabled()Group::make([
TextInput::make('bla'),
Select::make('blub'),
])->disabled(),