Can the folders within the View have subfolders? if so, how does the Controller reach them? For example... I would like to have the following urls work correctly:
- Admin/Index
- Admin/Profile/Index
- Admin/Profile/Edit/1
- Admin/Group/Index
- Admin/Group/Edit/1
So, would I create a folder for Profile and Group as a subfolder within Admin?
I tried this and to map a route in the Global file but that does not seem to be working.