F
Filament6mo ago
ver

How to create custom page and render it inside side navigation ?

I have several pages on Borrower resource and all of then is rendering inside my sub-navigation except for the Files page which is a custom page. How can I render the custom page inside my sidenav ? anyone have any idea on this ?
No description
Solution:
Got the solution, you just need to use InteractsWithRecord trait on the custom page
Jump to solution
1 Reply
Solution
ver
ver6mo ago
Got the solution, you just need to use InteractsWithRecord trait on the custom page