Hi All
I need to implement this design in APEX 23.2:
The app should manage a list of services and sub-services.
I need to create a page that displays a list of cards denoting services.
In each card, I should have a list of child sub-services where each item is clickable and leads to a details page of that sub-service.
The number of services should be dynamic, and also the number of sub-services under each service.
Below is a mockup

Note: (in reality the bottom 2 cards should have text in the buttons of course)
Can it be done using a cards region?
If not, what alternatives are available?
Thanks much in advance