How to use a Resource as the main dashboard page?

Hello,
I had a BookingResource with List, Edit and Create pages which works good and the slug is /dashboard/bookings
I wanted to use the BookingResource as a main Dashboard page with the slug / which is accessible using /dashboard
But the issue is my client wants the edit page to be /dashboard/bookings/1/edit instead of /dashboard/1/edit and same for create page.
Please let me know how do I achieve that?

Thank you
Was this page helpful?