How application views and routes are defined in the dashboard
master*.vue file placed within the dashboard/web/pages/ directory is automatically interpreted by the framework as an application view and a corresponding route. This means you do not need to manually configure a router; the framework generates it based on the directory structure and file names within this folder.