📄️ Page
These examples will mostly focus on how to use the page file convention and the Laravext prop to create a page.
📄️ Middleware
Important note: remember that this middleware will be executed on the client side and is meant for non-sensitive scenarios, so be aware of any data that should be present in the client. If a middleware is of uttermoust importance, you should use a standard Laravel middleware.
📄️ Layout
This is an example of a layout file convention. These files are located at ./resources/js/nexus/(global)/(auth)/layout.(jsx|tsx|js|ts|vue).