what is my custom page route?
maybe a dumb question, however!
i am creating a new page triggered by a table row action for my 'broken parts' resource (on list page
/admin/broken-parts
) , but what is the route?
my table actin is currenttly like this:
I tried several routes with no success, the one you see is what artisan routes:list
tells me2 Replies
ah nvm it's
filament.admin.resources.broken-parts.resolve
https://filamentphp.com/docs/3.x/panels/pages#generating-urls-to-pages
ResolveBrokenPart::getUrl();