How to do getUrl() but another panel?
So I have a customer panel and after they create their order, i have a code that is like this (in the create() method of the Customer Panel CreateOrder class
However i get this error instead when i tried creating the order
Route [filament.customer.resources.orders.edit] not defined.
But clearly I made sure i call the getUrl() method on the OrderResource that is from the Admin panel (even giving it an alias of AdminOrderResource), and not the Customer panel.
However i get this error instead when i tried creating the order
Route [filament.customer.resources.orders.edit] not defined.
But clearly I made sure i call the getUrl() method on the OrderResource that is from the Admin panel (even giving it an alias of AdminOrderResource), and not the Customer panel.