Hide edit form + show only relation manager
Is it possible to remove the edit form from an edit view? I'd like to only show a particular relation manager for a resource and have access to those models, but the information on the parent shouldn't be editable. Mostly, I just need to remove the save and cancel buttons.
1 Reply
The easiest is probably to hide it via CSS. I think a better option is to customize the Blade view and remove the form, for this page only:
https://filamentphp.com/docs/3.x/panels/resources/editing-records#custom-views