Question About Implementing Encrypted Routes in GroceryCRUD Enterprise with Laravel

Hello,

We are currently using GroceryCRUD Enterprise 3.1.11 with Laravel 11. We have successfully implemented encrypted routes in Laravel, but we are facing an issue when trying to apply this to all the actions available in GroceryCRUD’s DataGrid.

The main challenge is that routes, such as “/edit”, are managed via JavaScript, which makes it difficult for us to implement this functionality centrally.

If we are misunderstanding something or if there is a way to achieve this, we would greatly appreciate your guidance to resolve the issue.

Thank you in advance!