How to extend ViewResource but show a custom view?
The view is protected, so it keeps loading the original view from ViewResource.
I need to access all the functions in ViewResource, Permissions, Page Actions, etc. But I want to show just a custom Livewire component inside. I have also tried extending Page, but including some functions from ViewResource. But the Page Actions don't work.
0 Replies