Laravel-Backpack / theme-coreuiv4

UI for Backpack v6 that uses CoreUI v4 and Bootstrap v5.
MIT License
7 stars 4 forks source link

Conditinally display routes in blade #36

Closed pxpm closed 1 year ago

pxpm commented 1 year ago

reported in https://github.com/Laravel-Backpack/CRUD/issues/5188

Some routes may not be available if you disable certain options in config like setup_my_account_routes and setup_password_recovery_routes.

If not checked the would throw errors that the route is not defined.