Templates
Templates are organized by brand and content type.
Brand-Specific View Roots
- Mintocom: resources/views/mintocom/
- Mintoapartments: resources/views/mintoapartments/
- Mintoapartmentreit: resources/views/mintoapartmentreit/
Shared and Admin Views
- Global layouts: resources/views/layout/, resources/views/base/.
- Builder UI: resources/views/minto/builder/.
Placeholders and Dynamic Components
- Placeholder templates are under resources/views/mintocom/placeholders/ and resources/views/mintoapartments/placeholders/.
- App\Helpers\Placeholders replaces tokens with rendered HTML.
Observed Rendering Pattern
- Controllers select views based on category or page type (e.g., index-{category} for regional pages).
- Content HTML is injected into the view after placeholder processing.