dynamic index route
how to make the index route that accessed like
on the TransactionResource class i set the pages like this
it getting error like this when i access
it work when i set 2 route like
but i dont want to add the / route
how to fix that?
dashboard/action/{record}on the TransactionResource class i set the pages like this
it getting error like this when i access
/dashboard/action/testit work when i set 2 route like
but i dont want to add the / route
how to fix that?
Solution
i think something like this is work for me
i override the getBreadcrumbs method from the ListTransactions class
this is correct?
i override the getBreadcrumbs method from the ListTransactions class
this is correct?