Docs have: - No info on Nested CRUD! - No info on feature available for Nest CRUD! [example here](https://github.com/Laravel-Backpack/demo/blob/59992ce98206031f2f3bfecb297ee62f4eb58f13/app/Http/Controllers/Admin/PetShop/OwnerPetsCrudController.php#L33) These are very useful. I received many queries on the forum where nested CRUD was the fix. Currently, we are showcasing it only on : - [A blog post from 2016.](https://backpackforlaravel.com/articles/tutorials/nested-resources-in-backpack-crud) - PetShop https://demo.backpackforlaravel.com/admin/pet-shop/owner/1/pets
Docs have:
These are very useful. I received many queries on the forum where nested CRUD was the fix.
Currently, we are showcasing it only on :