How do I create a child of a page?
Is is possible to create a custom child page?
The
notifications/
is the parent, and is also a custom page
/notifications/{slug}/edit
3 Replies
I added a code getPages() like this
I get this error after following this documentation
https://filamentphp.com/docs/3.x/panels/resources/custom-pages

I am not 100% sure whats the right way of doing it.
I have a Custom page called EditNotification and Notification and I wanted EditNotification page to be only accessible using that
{slug}/edit
route.
The notification page will be the main page for handling the custom view (table), where it will redirect EditNotification and display specific data that came from Notification page
Or if you think theres a better way of approaching this such as modal, it is okay with me
Forgot to include the code but this is where I wanted to call the modal at the a
tag